summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-06-02 14:04:09 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-05 22:55:25 +0200
commitf2571b3f0ce5ca85930627b28d7ba735126225a5 (patch)
tree6962503816626b5a1317ca611e5ea6aa07e30599 /src
parent6e2ad0a850e672c65468d28ad7b4dd01ca7c205a (diff)
Remove the remaining traces of the old plugin system
Change-Id: I0b4156f01d5d1bfe5cdde724148ed681025ab227 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/declarative/qml/qdeclarativeextensionplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativeextensionplugin.cpp b/src/declarative/qml/qdeclarativeextensionplugin.cpp
index 16345881..2067bc28 100644
--- a/src/declarative/qml/qdeclarativeextensionplugin.cpp
+++ b/src/declarative/qml/qdeclarativeextensionplugin.cpp
@@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE
\list
\li Subclass QDeclarativeExtensionPlugin, implement registerTypes() method
- to register types using qmlRegisterType(), and export the class using the Q_EXPORT_PLUGIN2() macro
+ to register types using qmlRegisterType(), and export the class using the Q_PLUGIN_METADATA() macro
\li Write an appropriate project file for the plugin
\li Create a \l{Writing a qmldir file}{qmldir file} to describe the plugin
\endlist
@@ -139,7 +139,7 @@ QT_BEGIN_NAMESPACE
Constructs a QML extension plugin with the given \a parent.
Note that this constructor is invoked automatically by the
- Q_EXPORT_PLUGIN2() macro, so there is no need for calling it
+ plugin loader, so there is no need for calling it
explicitly.
*/
QDeclarativeExtensionPlugin::QDeclarativeExtensionPlugin(QObject *parent)