Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.4.2
-
None
-
Windows 7 (64bit), MinGW-4.9.2-32bit
Description
Right click on a bool function and click on "switch between declaration/definition". It won't switch at all.
However, if we have something like:
typedef MY_BOOL bool;
A function returning MY_BOOL has no problem switching between declaration/definition.