diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-26 08:43:43 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-26 08:43:43 (GMT) |
commit | 84fd26983a40ecae3e761106aa8f550c3b7fd7ba (patch) | |
tree | 9923adc01e1fa3767132db16b644f64e06c9b1f7 /tools/qdoc3/node.h | |
parent | a498d551c701edb619de3639eda30e96b4da6afc (diff) | |
download | Qt-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.h')
-rw-r--r-- | tools/qdoc3/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/node.h b/tools/qdoc3/node.h index 3798e4e..fd39698 100644 --- a/tools/qdoc3/node.h +++ b/tools/qdoc3/node.h @@ -379,7 +379,7 @@ class QmlClassNode : public FakeNode QmlClassNode(InnerNode *parent, const QString& name, const ClassNode* cn); - virtual ~QmlClassNode() { } + virtual ~QmlClassNode(); const ClassNode* classNode() const { return cnode; } virtual QString fileBase() const; |