Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
Qt Creator 2.6.0-rc, Qt Creator 2.7.0
-
None
Description
Hi,
I have project made mostly in C (and some C++). I do not use QT in it, I just use it as existing project.
I am having problems with SIGNAL keyword. It looks like this is special keyword in Qt, and Qt creator c++ parset treats it in special way.
I am having problems when defining:
union SIGNAL { int i; float b; }
Qt Creator parser is always replying that I have "Wrong type specifier". I have huge amount of this declarations in the code, and no way it can be changed.
Can this be made so that if I do not use Qt, he is not reporting "wrong type specifier" in this case.
Regards,
Petar
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-1478 Qt Creator highlights qt related keywords in non qt projects
-
- Closed
-
- relates to
-
QTCREATORBUG-8007 Using signals/slots as a variable name breaks parser
-
- Closed
-