Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.4.0-beta
-
None
-
5cd2123862da2217237eb8644523672c398e8d9a
Description
int foo(int bar); // works int foo(int bar) // doesn't work { return bar; }
Renaming the declaration bar pops the lightbulb, but renaming the implementation doesn't...