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

No completion for variable declared as "auto it = QHashIterator<int, QMap<double, int> >(hash);"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • Qt Creator 2.8.0-beta
    • C/C++/Obj-C++ Support
    • None

    Description

      #include <QHash>
      #include <QMap>
      
      void f()
      {
          QHash<int, QMap<double, int> > hash;
          auto it = QHashIterator<int, QMap<double, int> >(hash);
          it. // no completion
      }
      

      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:
              4 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes