-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 4.7.0
-
Fix Version/s: 4.7.0
-
Component/s: QML: Declarative and Javascript Engine
-
Labels:None
-
Commits:1f515224d52c9a33b46bbf926e82d5c2df1a84e4
It shows this code:
import "Button.qml" \\import a QML file import "NewButton.qml" as ButtonModule \\import a QML file and give it a name
QML no longer allows the importing of individual QML files. This code will produce an error.