Skip to content

Commit 9d0d7d8

Browse files
committed
[qt6] Remove QtQuick.Window import
`QtQuick.Window` does not exist anymore with Qt6. QQuickWindow is now directly part of the QtQuick module.
1 parent 6292d97 commit 9d0d7d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meshroom/ui/qml/main.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import QtQuick
44
import QtQuick.Controls
55
import QtQuick.Dialogs
66
import QtQuick.Layouts
7-
import QtQuick.Window
87
import QtQml.Models
98

109
import GraphEditor 1.0

0 commit comments

Comments
 (0)