kwin/autotests/integration/emptywindow.qml

17 lines
291 B
QML
Raw Normal View History

/*
KWin - the KDE window manager
This file is part of the KDE project.
SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez <aleixpol@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
import QtQuick.Controls 2.0
ApplicationWindow
{
visible: true
title: "Banana"
}