diff options
author | Martin Smith <msmith@trolltech.com> | 2010-03-30 11:04:01 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-03-30 11:04:01 (GMT) |
commit | ff968f44124322f5cda47cc7eced79ccaf23de80 (patch) | |
tree | e957f1a602b1518aba9a24fb4553b18b6b85a8ec /tools/qdoc3/node.cpp | |
parent | 2d9260e863ff2e3a5bb77d37b2b9b90072bce825 (diff) | |
parent | 08072b17a19bf9a99fbc8a494baa5528725fec1a (diff) | |
download | Qt-ff968f44124322f5cda47cc7eced79ccaf23de80.zip Qt-ff968f44124322f5cda47cc7eced79ccaf23de80.tar.gz Qt-ff968f44124322f5cda47cc7eced79ccaf23de80.tar.bz2 |
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'tools/qdoc3/node.cpp')
-rw-r--r-- | tools/qdoc3/node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/node.cpp b/tools/qdoc3/node.cpp index bd37443..ef75f6e 100644 --- a/tools/qdoc3/node.cpp +++ b/tools/qdoc3/node.cpp @@ -1334,7 +1334,7 @@ QString QmlClassNode::fileBase() const void QmlClassNode::addInheritedBy(const QString& base, Node* sub) { inheritedBy.insert(base,sub); -#ifdef DEBUG_MULTIPLE-QDOCCONF_FILES +#ifdef DEBUG_MULTIPLE_QDOCCONF_FILES qDebug() << "QmlClassNode::addInheritedBy(): insert" << base << sub->name() << inheritedBy.size(); #endif } |