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

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes