mirror of
https://github.com/folfcoder/plasma-sharkle.git
synced 2025-04-05 13:41:37 +00:00
10 lines
No EOL
194 B
QML
10 lines
No EOL
194 B
QML
import QtQuick 2.0
|
|
import org.kde.plasma.configuration 2.0
|
|
|
|
ConfigModel {
|
|
ConfigCategory {
|
|
name: i18n("General")
|
|
icon: "configure"
|
|
source: "configGeneral.qml"
|
|
}
|
|
} |