summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/cppcodeparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qdoc3/cppcodeparser.h')
-rw-r--r--tools/qdoc3/cppcodeparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/cppcodeparser.h b/tools/qdoc3/cppcodeparser.h
index 3c53f72..55d9ddf 100644
--- a/tools/qdoc3/cppcodeparser.h
+++ b/tools/qdoc3/cppcodeparser.h
@@ -119,6 +119,7 @@ class CppCodeParser : public CodeParser
QString previousLexeme();
QString lexeme();
bool match(int target);
+ bool skipTo(int target);
bool matchCompat();
bool matchTemplateAngles(CodeChunk *type = 0);
bool matchTemplateHeader();