diff options
author | Martin Smith <msmith@trolltech.com> | 2010-03-11 10:43:25 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-03-11 10:43:25 (GMT) |
commit | fb9fd3016065fda15abbb14a6afefa604bf38f1f (patch) | |
tree | 86388db307701a594275dc2c95c77822144a7c6e /src/declarative | |
parent | b5d9d2eb1fbfbbf2732e90ef4d6a3e3ae5104c0c (diff) | |
download | Qt-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.cpp | 3 |
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() { } |