mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[qt6][qml] Remove QtQuick.Window
imports
`QtQuick.Window` does not exist anymore with Qt6. QQuickWindow is now directly part of the QtQuick module.
This commit is contained in:
parent
645b822e56
commit
e97575a901
2 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ import QtCore
|
|||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import QtQuick.Window
|
||||
import QtQml.Models
|
||||
|
||||
import Qt.labs.platform 1.0 as Platform
|
||||
|
|
|
@ -2,7 +2,6 @@ import QtCore
|
|||
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Window
|
||||
import QtQuick.Dialogs
|
||||
|
||||
import Qt.labs.platform 1.0 as Platform
|
||||
|
|
Loading…
Add table
Reference in a new issue