Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
Qt Creator 2.0.0
-
None
-
Gentoo Linux
Qt 4.7.0 (from git)
Qt Creator 2.0.0 (source tarball)
Description
I have the following code:
void Foo::bar(QObject* receiver, QEvent* ev)
{
receiver->event(ev);
}
Pressing 'F2' while my cursor is positioned on the word 'event' is navigating me to qstatemachine.h. I have seen this in other instance in non Qt related code as well.