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

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

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

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

            kosjar Nikolai Kosjar
            kosjar Nikolai Kosjar
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes