Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
Qt Creator 3.5.0-rc1
-
None
Description
E.g. in cppmodelmanager.cpp:
Document::Ptr CppModelManager::document(const QString &fileName) const { Document::Pt // Complete here - there is no icon for the "Ptr" entry QMutexLocker locker(&d->m_snapshotMutex); return d->m_snapshot.document(fileName); }
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-15078 Clang: No completion icon for names introduced by typedef/using
- Closed