Details
-
Type:
Bug
-
Status: Open
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 6.0.0
-
Fix Version/s: 6.x
-
Component/s: QML: Declarative and Javascript Engine
-
Labels:
Description
The case of QtTest and Qt.test.qtestroot, as well as the "Templates" pattern used in qtquickcontrols2 shows that we have types that should be part of a module but not accessible to users of that module. Rather, they should be used only internally by the same module. This could be done with an extra C++ macro and an extra keyword in qmldir.