plasma-framework/autotests/data/view.qml
2020-09-01 12:53:40 +00:00

11 lines
285 B
QML

/*
* 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
}