summaryrefslogtreecommitdiff
path: root/src/designer/src/plugins
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-05-27 16:54:31 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-31 17:49:20 +0200
commitdccf3e6c4a2d3f4f171be6097d81cba5798360bb (patch)
tree63dacc502647c87a938768738ee16a1740e7af29 /src/designer/src/plugins
parent46493c08158aae67e626b01086d0d64eb9a31366 (diff)
downloadqttools-dccf3e6c4a2d3f4f171be6097d81cba5798360bb.tar.gz
Remove the remaining traces of the old plugin system
Change-Id: Id00d34a937703c9043c2831349f6a7b15e4da724 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/designer/src/plugins')
-rw-r--r--src/designer/src/plugins/tools/view3d/view3d_plugin.cpp2
-rw-r--r--src/designer/src/plugins/tools/view3d/view3d_plugin.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/designer/src/plugins/tools/view3d/view3d_plugin.cpp b/src/designer/src/plugins/tools/view3d/view3d_plugin.cpp
index ad8df6d62..993f93086 100644
--- a/src/designer/src/plugins/tools/view3d/view3d_plugin.cpp
+++ b/src/designer/src/plugins/tools/view3d/view3d_plugin.cpp
@@ -114,5 +114,3 @@ void QView3DPlugin::removeFormWindow(QDesignerFormWindowInterface *formWindow)
delete tool;
}
-
-Q_EXPORT_PLUGIN2(view3d, QView3DPlugin)
diff --git a/src/designer/src/plugins/tools/view3d/view3d_plugin.h b/src/designer/src/plugins/tools/view3d/view3d_plugin.h
index a30b91194..9d632f2d9 100644
--- a/src/designer/src/plugins/tools/view3d/view3d_plugin.h
+++ b/src/designer/src/plugins/tools/view3d/view3d_plugin.h
@@ -59,6 +59,7 @@ class VIEW3D_EXPORT QView3DPlugin : public QObject, public QDesignerFormEditorPl
{
Q_OBJECT
Q_INTERFACES(QDesignerFormEditorPluginInterface)
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.Designer.QDesignerFormEditorPluginInterface")
public:
QView3DPlugin();