summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/node.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-02-26 08:43:43 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-02-26 08:43:43 (GMT)
commit84fd26983a40ecae3e761106aa8f550c3b7fd7ba (patch)
tree9923adc01e1fa3767132db16b644f64e06c9b1f7 /tools/qdoc3/node.cpp
parenta498d551c701edb619de3639eda30e96b4da6afc (diff)
downloadQt-84fd26983a40ecae3e761106aa8f550c3b7fd7ba.zip
Qt-84fd26983a40ecae3e761106aa8f550c3b7fd7ba.tar.gz
Qt-84fd26983a40ecae3e761106aa8f550c3b7fd7ba.tar.bz2
doc: Added \since 4.7 to several \qmlclass elements.
Diffstat (limited to 'tools/qdoc3/node.cpp')
-rw-r--r--tools/qdoc3/node.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/qdoc3/node.cpp b/tools/qdoc3/node.cpp
index 5357597..83014d3 100644
--- a/tools/qdoc3/node.cpp
+++ b/tools/qdoc3/node.cpp
@@ -1275,6 +1275,14 @@ QmlClassNode::QmlClassNode(InnerNode *parent,
}
/*!
+ I made this so I could print a debug message here.
+ */
+QmlClassNode::~QmlClassNode()
+{
+ qDebug() << "Deleting QmlClassNode:" << name();
+}
+
+/*!
The base file name for this kind of node has "qml_"
prepended to it.