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

Clang: No completion item icon for typedef in class

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P3: Somewhat important
    • None
    • Qt Creator 3.5.0-rc1
    • C/C++/Obj-C++ Support
    • 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

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes