Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.0.0-beta
-
c089bff6fa3a8589c553ce3446bd7493fd6cafc7
Description
Steps to reproduce:
- create a Qt Quick Application with Controls (from New Project wizard)
- assign a wrong value to an existing property (e.g. anchors.top: parent)
- build and run - this error is clickable inside Application output
- use an unknown property (e.g. for the Button add raised: true)
- run again - this error will be detected correctly and printed to the Application output, but this time it's not a clickable link as the error before