Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
Qt Creator 2.8.1, Qt Creator 3.2.1, Qt Creator 4.6.0-beta1
-
Ubuntu 12.04 amd64
Description
See attached test program. In the main() function, when I put text cursor over `a` in `p->a` or over `f` in `p->f()` in the first block (where `p` is of type `CPtr`), pressing <F2> does nothing. But in the second block, where `p` has type CPtrDirect, defined above, pressing <F2> successfully jumps to the correct members of `struct C`.