Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-14835

Clang: No completion item icon for typedef in class

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • Qt Creator 3.5.0-rc1
    • C/C++/Obj-C++ Support
    • None

      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);
      }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kosjar Nikolai Kosjar
            kosjar Nikolai Kosjar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes