Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 4.14.2
Description
Steps to reproduce:
- create a new qml project
- add the following code:
Text { onLineLaidOut: console.log("Check context help") }
- set te cursor on onLineLaidOut and press F1
- instead to show me the documentation for lineLaidOut signal, I'm getting onLineLaidOut No documentation available