Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 5.0.0-beta1
Description
Built from commit 08f8dd355d7a0e952707418ba6e86d18c6c47b2f.
Steps to reproduce:
- open qtbase's CMakeLists.txt
- wait for parsing
- open qprocess_unix.cpp
- find any "QProcessPrivate" and press Ctrl+Shift+U
Expected results:
- content of qprocess_p.h and qprocess_unix.cpp is shown
- preferably, content of qprocess_win.cpp is shown too
Actual resutls:
Only results of qprocess_p.h is shown. See Note how it doesn't find the cursor that triggered finding symbol under the cursor.
Code model dump attached.