92e0357fef
Otherwise it never claims to be active.
16 lines
291 B
QML
16 lines
291 B
QML
/*
|
|
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"
|
|
}
|