Warning, /plasma/kdeplasma-addons/applets/webbrowser/package/contents/config/config.qml is written in an unsupported language. File is not indexed.
0001 /*
0002 * SPDX-FileCopyrightText: 2020 Sora Steenvoort <sora@dillbox.me>
0003 *
0004 * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005 */
0006
0007 import QtQuick 2.0
0008 import org.kde.plasma.configuration 2.0
0009
0010 ConfigModel {
0011 ConfigCategory {
0012 name: i18nc("@title", "General")
0013 icon: "plasma"
0014 source: "ConfigGeneral.qml"
0015 }
0016
0017 ConfigCategory {
0018 name: i18nc("@title", "Appearance")
0019 icon: "preferences-desktop-color"
0020 source: "ConfigAppearance.qml"
0021 }
0022 }