plasma-framework/autotests/data/testfallbackpackage/contents/ui/main.qml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
295 B
QML
Raw Permalink Normal View History

2020-08-20 00:14:19 +02:00
/*
* SPDX-FileCopyrightText: 2014 Marco Martin <notmart@gmail.com>
* SPDX-FileCopyrightText: 2014 Vishesh Handa <me@vhanda.in>
* SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/
import QtQuick 2.0
Rectangle {
id: root
color: "darkblue"
}