Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.6.0-rc
-
None
Description
Check dis:
#include <QThread> void f() { QThread *currentThread = QThread::currentThread(); }
If you go to the "QThread::currentThread" symbol and press F2, it jumps to the variable declaration on the left. Boo! Hiss!