forked from Qortal/Brooklyn
18 lines
331 B
QML
18 lines
331 B
QML
|
/*
|
||
|
SPDX-FileCopyrightText: 2013 Marco Martin <mart@kde.org>
|
||
|
|
||
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
*/
|
||
|
|
||
|
import QtQuick 2.0
|
||
|
|
||
|
import org.kde.plasma.configuration 2.0
|
||
|
|
||
|
ConfigModel {
|
||
|
ConfigCategory {
|
||
|
name: i18n("General")
|
||
|
icon: "preferences-desktop-plasma"
|
||
|
source: "configGeneral.qml"
|
||
|
}
|
||
|
}
|