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

Symbol lookup for methods of objects in container-classes doesn't work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 2.7.1
    • Qt Creator 2.7.0
    • C/C++/Obj-C++ Support
    • None
    • only tested with Qt Creator master

    Description

      If I have a QList or QMap with QStrings i can use autocompletion on list elements, but I can't use symbol search on the completed methods.

      Example:

      QList<QString> lst;
      lst.first().toUtf8();
      	        
      QMap<int, QString> map;
      map.value(0).toUtf8();
      

      Pressing F2 on toUtf8 does nothing and it is highlighted as normal text.

      Attachments

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

        Activity

          People

            erikv Erik Verbruggen
            mkrems Marcel Krems
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes