Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.1.0, Qt Creator 2.2.0
-
35cb3793a1d48988239f9664f32506291320a81c 51d8f468e4b18efc525d1c50efc8b4761a663717
Description
Currently you can only rename ids locally:
- Open snake.qmlproject from Qt's sources.
- In snake.qml, right-click on line 76:
id: heartbeat;
Click "Rename id heartbeat".
- Enter a new name and click "OK".
- Run the project.
The game can't be started because the id was not renamed in a js file.
Creator 2.2 even finds the usage of the id in the js file but does not change it.