Commit e2f6973c authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 705190 - Incorrectly parsed Q_PROPERTY with 'long long' or 'long int' type

parent 509359b6
......@@ -2171,7 +2171,7 @@ OPERATOR "operator"{B}*({ARITHOP}|{ASSIGNOP}|{LOGICOP}|{BITOP})
unput(';');
BEGIN(FindMembers);
}
<QtPropType>"const"|"volatile"|"unsigned"|"signed" {
<QtPropType>"const"|"volatile"|"unsigned"|"signed"|"long"|"short" {
current->type+=yytext;
}
<QtPropType>{B}+ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment