summaryrefslogtreecommitdiffstats
path: root/lib/cppparser/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cppparser/lexer.h')
-rw-r--r--lib/cppparser/lexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cppparser/lexer.h b/lib/cppparser/lexer.h
index dd3e5824..576c0cfa 100644
--- a/lib/cppparser/lexer.h
+++ b/lib/cppparser/lexer.h
@@ -65,7 +65,7 @@ enum Type {
Token_signals,
Token_slots,
Token_emit,
- Token_foreach, // qt4 [erbsland]
+ Token_foreach,
Token_and,
Token_and_eq,