- 
    
Bug
 - 
    Resolution: Done
 - 
    
P1: Critical
 - 
    Qt Creator 2.6.0-rc
 - 
    None
 
- 
        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.
- relates to
 - 
                    
QTCREATORBUG-7326 Preprocessing parsing error
-         
     - Closed
 
 -         
 
| For Gerrit Dashboard: QTCREATORBUG-7256 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 24417,3 | preprocessor: swallow ) after defined(... | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |