Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.6.1
-
None
Description
When adding
DEPENDENCIES QtQuick.Dialogs
do your qt_add_qml_module you suddenly get lots of warnings in qmllint
Warning: /Users/user/untitled/Main.qml: Warnings occurred while importing base modules: [import]
—
Warning: Ambiguous type detected. FolderDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. ColorDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. ColorDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FolderDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. ColorDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. MessageDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. ColorDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FileDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FolderDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FontDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. MessageDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FontDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FolderDialogDelegate 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FolderDialogDelegate 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FontDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FileDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FontDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. MessageDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FileDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FileDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FolderDialogDelegate 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. MessageDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FolderDialog 6.0 is defined multiple times. [import]
Warning: Ambiguous type detected. FolderDialogDelegate 6.0 is defined multiple times. [import]
—
Attachments
Issue Links
- duplicates
-
QTBUG-104091 Restructure the QtQuick.Dialogs module to make it friendlier for qml compiler
- In Progress