plasma-framework/autotests/data/view.qml

11 lines
285 B
QML
Raw Normal View History

2020-08-20 00:14:19 +02:00
/*
* SPDX-FileCopyrightText: 2016 David Rosca <nowrep@gmail.com>
* SPDX-FileCopyrightText: 2016 Marco Martin <notmart@gmail.com>
* SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/
import QtQuick 2.0
Item {
width: 100
height: 100
}