11 lines
181 B
QML
11 lines
181 B
QML
import QtQuick
|
|
import org.kde.plasma.configuration
|
|
|
|
ConfigModel {
|
|
ConfigCategory {
|
|
name: "General"
|
|
icon: "configure"
|
|
source: "configGeneral.qml"
|
|
}
|
|
}
|