-
Bug
-
Resolution: Done
-
P4: Low
-
Qt Creator 2.4.0-rc
-
None
-
fb6784281350a6ff6ef4884dd108ceb78e29dc26
To reproduce:
1) Create a project and switch to the "Project" mode.
2) Add a variable: name: "xxx", value: "$(USER)". Press enter. Notice that value shows the current value of the system USER variable. If you click the value again you see: "$(USER)" as you typed before.
3) Rename the variable into: "yyy".
4) Click again the value of your item - it shows the current value of the system but it should still show: "$(USER)" as before renaming.