rename our Window component to MainWindow to not use an existing name
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 25 Sep 2024 08:56:06 +0000 (10:56 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 25 Sep 2024 14:43:33 +0000 (14:43 +0000)
commit8114caaffc6821a0fa1dd320d3563ecc676ec0f1
treeba3d3b73b59a709c7d5a59009c89a5e6522e463b
parentcc5f7b7ee7be45ae90be45c2e3f647149f66b721
rename our Window component to MainWindow to not use an existing name

we import QtQuick module that also define Window component name

to avoid any ambiguity, just use a different name on our side

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
resources.qrc
src/gui/systray.cpp
src/gui/tray/MainWindow.qml [new file with mode: 0644]
src/gui/tray/Window.qml [deleted file]