summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l
index 8b4722a..7c21a43 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -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}+ {