Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.4.0-beta
-
None
-
b182606193f30ecfb587fc9d69bae83ef304e2b7
Description
class Foo { int foo(int bar); }; int Foo::foo(int bar) { return bar; }
Put the caret on the implementation bar, then Refactor -> Rename Symbol. The lightbulb appears, but you pressing Alt+Enter does nothing.
Clicking the lightbulb does change the signature.