Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.5.1
-
Any
-
414561e4ccdc1a4a110234848b338c7bb78c4df5 (qt-creator/qt-creator/master)
Description
I find it a bit annoying that if I change a class method declaration a bit, let's say:
int foo(int f);
to
int foo();
...I cannot anymore Ctrl+Left click the method declaration and go to the corresponding definition in the cpp file because the signature doesn't exactly match anymore. Nothing happens. It would be nice to still allow jumping to the definition if this method was the only version of foo() - despite the now different signature. This would make refactoring code a bit easier.