ClearClock/package/contents/config/config.qml
2021-12-12 13:16:29 +03:00

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"
}
}