summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/cppcodeparser.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-07-22 11:27:43 (GMT)
committerToby Tomkins <toby.tomkins@nokia.com>2010-07-23 01:16:42 (GMT)
commit9a61d3f6c8a443791c1a379e4da80caf82737e9c (patch)
tree84eddc5df0163a25a4438a2ecabd749f65bfa1fd /tools/qdoc3/cppcodeparser.h
parentc6640f44cd782c249b2cb5ae39ad4604c6828094 (diff)
downloadQt-9a61d3f6c8a443791c1a379e4da80caf82737e9c.zip
Qt-9a61d3f6c8a443791c1a379e4da80caf82737e9c.tar.gz
Qt-9a61d3f6c8a443791c1a379e4da80caf82737e9c.tar.bz2
qdoc: Fixed reporting of read-only status for QML properties.
Task-number: QTBUG-11512 (cherry picked from commit d8908922f339892fee4275a433e2bf6da87ae055)
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();