10 lines
210 B
QML
10 lines
210 B
QML
import QtQuick
|
|
import org.kde.plasma.configuration
|
|
|
|
ConfigModel {
|
|
ConfigCategory {
|
|
name: "General"
|
|
icon: Qt.resolvedUrl("../images/dogfood.svg")
|
|
source: "config/General.qml"
|
|
}
|
|
}
|