summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/cppcodeparser.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2015-04-08 12:47:41 +0200
committerMartin Smith <martin.smith@digia.com>2015-04-08 11:23:49 +0000
commit0b17d2328592c03503c41af7d594e58233255ff5 (patch)
treee35a70616e6b7aac9c8d048e321ace2f12bd7265 /src/tools/qdoc/cppcodeparser.h
parente18111c1a3908bf3d04a094344280d3f5ace5a3a (diff)
qdoc: Data member name changes
In preparation for refactoring the Node class hierarchy, several data member names and some getter and setter names in the Node hierarchy have been changed to make them more readable. Change-Id: Id76ce21c960e4033673f5cf0684aa70e701957b1 Task-number: QTBUG-45450 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/tools/qdoc/cppcodeparser.h')
-rw-r--r--src/tools/qdoc/cppcodeparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qdoc/cppcodeparser.h b/src/tools/qdoc/cppcodeparser.h
index f9ddcab88c8..308d14f0421 100644
--- a/src/tools/qdoc/cppcodeparser.h
+++ b/src/tools/qdoc/cppcodeparser.h
@@ -155,7 +155,7 @@ protected:
Tokenizer *tokenizer;
int tok;
Node::Access access;
- FunctionNode::Metaness metaness;
+ FunctionNode::Metaness metaness_;
QString physicalModuleName;
QStringList lastPath_;
QRegExp varComment;