Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.4.2
-
None
-
-
07185214d (dev), 5e66a8c4f (6.5)
Description
I attached a basic example. QQC2.ApplicationWindows works fine, but QQC2.Action doesn't.
I first thought it was caused by the import alias, but I get the same results if I remove the import alias, so it's not it.
Here is the output:
Warning: /home/cschwan/kde/test-qml6/main.qml:11:5: QQC2.Action was not found. Did you add all import paths? QQC2.Action {} ^^^^ Info: Did you mean "QQC2.Button"? QQC2.Button.Action {} ^^^^^^^^^^^ Warning: /home/cschwan/kde/test-qml6/main.qml:11:5: Type QQC2.Action is used but it is not resolved QQC2.Action {} ^^^^