summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-03-11 10:43:25 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-03-11 10:43:25 (GMT)
commitfb9fd3016065fda15abbb14a6afefa604bf38f1f (patch)
tree86388db307701a594275dc2c95c77822144a7c6e /src/declarative
parentb5d9d2eb1fbfbbf2732e90ef4d6a3e3ae5104c0c (diff)
downloadQt-fb9fd3016065fda15abbb14a6afefa604bf38f1f.zip
Qt-fb9fd3016065fda15abbb14a6afefa604bf38f1f.tar.gz
Qt-fb9fd3016065fda15abbb14a6afefa604bf38f1f.tar.bz2
doc: Fixed three new qdoc errors.
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/qml/qdeclarativeextensionplugin.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeextensionplugin.cpp b/src/declarative/qml/qdeclarativeextensionplugin.cpp
index 7617977..5b7f1e8 100644
--- a/src/declarative/qml/qdeclarativeextensionplugin.cpp
+++ b/src/declarative/qml/qdeclarativeextensionplugin.cpp
@@ -80,6 +80,9 @@ QDeclarativeExtensionPlugin::QDeclarativeExtensionPlugin(QObject *parent)
{
}
+/*!
+ Destructor.
+ */
QDeclarativeExtensionPlugin::~QDeclarativeExtensionPlugin()
{
}