mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[qt6][qml] Remove unnecessary module imports
This commit is contained in:
parent
c5be7e7cd4
commit
b12d1fed06
17 changed files with 4 additions and 52 deletions
|
@ -2,15 +2,11 @@ import QtQuick
|
|||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
|
||||
import QtPositioning 6.6
|
||||
import QtLocation 6.6
|
||||
import QtCharts
|
||||
|
||||
import Charts 1.0
|
||||
import Controls 1.0
|
||||
import DataObjects 1.0
|
||||
import MaterialIcons 2.2
|
||||
import Utils 1.0
|
||||
|
||||
FloatingPane {
|
||||
id: root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue