11 lines
189 B
QML
11 lines
189 B
QML
|
import QtQuick 2.0
|
||
|
import org.kde.plasma.configuration 2.0
|
||
|
|
||
|
ConfigModel {
|
||
|
ConfigCategory {
|
||
|
name: "General"
|
||
|
icon: "plasma"
|
||
|
source: "ConfigGeneral.qml"
|
||
|
}
|
||
|
}
|