Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 13.0.0-beta1
-
Manjaro Linux
Ubuntu 22.04 LTS
-
322dcd2c4 (13.0)
Description
- Open cplusplus-tools manual test.
It's in tests/manual/cplusplus-tools/cplusplus-tools.pro of Creator's source repository. - Open file dummy.cpp from that project.
- Right-click on the line
Dummy::Dummy(int)
and select "Switch Between Function Declaration/Definition" from the context menu.
Nothing happens.
Instead, Creator should open the file dummy.h and place the cursor in the line
Dummy(int a);
In Creator 12.0.2, this works correctly.
Found and tested by Squish test tst_basic_cpp_support.