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

QXmlStreamReader is not recognized by highlighter and autocompletetion

XMLWordPrintable

    • 42d887df3391f2f82cba110a2271274d9ba910cf

      Create new project with any Qt version and enter the next sample program

      #include <QCoreApplication>
      #include <QXmlStreamReader>
      
      int main(int argc, char *argv[])
      {
          QCoreApplication a(argc, argv);
          QXmlStreamReader reader;
          
          return a.exec();
      }
      

      QXmlStreamReader is not highlighted and there's no autocompletetion of methods for reader variable. However, parser recognizes QXmlStreamReaderPrivate.

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

            hjk hjk
            annulen Konstantin Tokarev
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes