12 lines
198 B
QML
12 lines
198 B
QML
import QtQuick
|
|
import org.kde.plasma.configuration
|
|
|
|
ConfigModel {
|
|
ConfigCategory {
|
|
name: i18n("General")
|
|
icon: "preferences-desktop"
|
|
source: "configGeneral.qml"
|
|
}
|
|
|
|
}
|