diff options
Diffstat (limited to 'contents/config/config.qml')
-rw-r--r-- | contents/config/config.qml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contents/config/config.qml b/contents/config/config.qml new file mode 100644 index 0000000..39eaa5c --- /dev/null +++ b/contents/config/config.qml @@ -0,0 +1,10 @@ +import QtQuick 2.0 +import org.kde.plasma.configuration 2.0 + +ConfigModel { + ConfigCategory { + name: i18n("General") + icon: "configure" + source: "configGeneral.qml" + } +} |