Warning, /plasma/kdeplasma-addons/applets/colorpicker/package/contents/config/config.qml is written in an unsupported language. File is not indexed.

0001 /*
0002  * SPDX-FileCopyrightText: 2015 Kai Uwe Broulik <kde@privat.broulik.de>
0003  *
0004  * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005  */
0006 
0007 import org.kde.plasma.configuration 2.0
0008 
0009 ConfigModel {
0010     ConfigCategory {
0011         name: i18nc("@title", "General")
0012         icon: "preferences-desktop-plasma"
0013         source: "configGeneral.qml"
0014     }
0015 }