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

0001 /*
0002     SPDX-FileCopyrightText: 2013 Marco Martin <mart@kde.org>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 import QtQuick 2.0
0008 
0009 import org.kde.plasma.configuration 2.0 as PlasmaConfig
0010 
0011 PlasmaConfig.ConfigModel {
0012     PlasmaConfig.ConfigCategory {
0013         name: i18n("General")
0014         icon: "preferences-desktop-plasma"
0015         source: "ConfigGeneral.qml"
0016     }
0017 }