Warning, /plasma/libplasma/autotests/data/testconfigpackage/contents/ui/ConfigGeneral.qml is written in an unsupported language. File is not indexed.
0001 /* 0002 * SPDX-FileCopyrightText: 2016 David Rosca <nowrep@gmail.com> 0003 * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL 0004 */ 0005 import QtQuick 2.0 0006 0007 Rectangle { 0008 id: root 0009 color: "darkblue" 0010 } 0011