Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 7.0.1
-
None
-
-
f03868bd6b (qt-creator/qt-creator/master)
Description
Here's an example using the QSharedPointer template, but the same problem happens for other templates like QVector. Consider
QSharedPointer<PlaybackSettings> m_settings;
If the user highlights the type or class inside the template - here 'PlaybackSettings' - right clicks and selects "Follow symbol under cursor," Qt Creator goes to the template header file instead of the header file for the type - in this case 'PlaybackSettings.h'