Warning, /education/marble/src/plasma/applets/worldclock/package/contents/config/config.qml is written in an unsupported language. File is not indexed.

0001 /*
0002     SPDX-FileCopyrightText: 2016 Friedrich W. H. Kossebau <kossebau@kde.org>
0003     SPDX-License-Identifier: LGPL-2.1-or-later
0004 */
0005 
0006 import QtQuick 2.1
0007 
0008 import org.kde.plasma.configuration 2.0
0009 
0010 ConfigModel {
0011     ConfigCategory {
0012         name: i18n("Map Display")
0013         icon: "preferences-desktop-display"
0014         source: "configMapDisplay.qml"
0015     }
0016 
0017 /* TODO: readd later
0018     ConfigCategory {
0019         name: i18n("Time Zones")
0020         icon: "preferences-system-time"
0021         source: "configTimeZones.qml"
0022     }
0023 */
0024 }