mirror of
https://github.com/developersu/ClearClock.git
synced 2025-05-15 03:30:26 +03:00
21 lines
491 B
QML
21 lines
491 B
QML
/*
|
|
SPDX-FileCopyrightText: 2013 Bhushan Shah <bhush94@gmail.com>
|
|
SPDX-FileCopyrightText: 2015 Martin Klapetek <mklapetek@kde.org>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
|
*/
|
|
|
|
import QtQuick 2.0
|
|
import QtQml 2.2
|
|
|
|
import org.kde.plasma.configuration 2.0
|
|
|
|
ConfigModel {
|
|
id: configModel
|
|
|
|
ConfigCategory {
|
|
name: i18n("Appearance")
|
|
icon: "preferences-desktop-color"
|
|
source: "configAppearance.qml"
|
|
}
|
|
}
|