forked from qt-creator/qt-creator
		
	Added parser support for Q_INTERFACES.
This commit is contained in:
		| @@ -1421,6 +1421,8 @@ bool Preprocessor::isQtReservedWord(const QByteArray ¯oId) const | ||||
|         return true; | ||||
|     else if (size == 7 && macroId.at(0) == 'Q' && macroId == "Q_FLAGS") | ||||
|         return true; | ||||
|     else if (size == 12 && macroId.at(0) == 'Q' && macroId == "Q_INTERFACES") | ||||
|         return true; | ||||
|     else if (size == 6 && macroId.at(0) == 'S' && macroId == "SIGNAL") | ||||
|         return true; | ||||
|     else if (size == 4 && macroId.at(0) == 'S' && macroId == "SLOT") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user