Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.2.0
-
Mac OS X 10.5.8
-
562a619721a3c2f8065b21450d780bc336405dad
Description
Not all usages are found.
1) open qt/examples/tutorials/samegame4/samegame.qmlproject
2) open samegame.qml
3) trigger Find Usages on gameCanvas.score (line 65)
4) only the declaration is found
5) Expected result:
at least samegame.qml:112 should be found, and possibly all the references in samegame.js as well.