From 60598ea23e9fec7b4320985aad848c5ffee033c2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 13 Jul 2023 21:45:56 +0900 Subject: Removed Qt4 specific code and template files Signed-off-by: Michele Calgaro --- lib/cppparser/lexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/cppparser/lexer.h') 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, -- cgit v1.2.3