Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 2.4.1
-
None
-
Linux 3.0.0-16-generic #29-Ubuntu SMP Tue Feb 14 12:49:42 UTC 2012 i686 i686 i386 GNU/Linux
Description
Let's say we have this piece of code.
typedef int (*some_func)();
Then we transform it into this
int (*some_func)()
{
}
Then click on 'some_func' text. Voila.