Details
-
Bug
-
Resolution: Won't Do
-
P3: Somewhat important
-
None
-
Qt Creator 4.11.2, Qt Creator 4.14.0, Qt Creator 4.14.2
Description
Editing a QML file the auto complete doesn't seem to work when a class Constructor has more than one parameter.
How to reproduce the issue:
- Open the attached example in QtC.
Expected results:
- In the main.qml the autocomplete should list the members for the cp_myController.
Actual results:
- In the main.qml the autocomplete does not list the members for the cp_myController. In the main.cpp, if you comment out the line 28 and uncomment the line 30, the autocomplete works.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-25676 [REG 4.15] QML: Properties from C++ context object are not available anymore
-
- Closed
-
- resulted in
-
QTBUG-128232 qmlls: add crude support for context properties
-
- Reported
-