Remove unnecessary Q_EXPORT_PLUGIN

Change-Id: I0e5da4f829be1d94a32b73a6383e0ddf5c69dd33
Reviewed-by: Andre Poenitz <andre.poenitz@digia.com>
Reviewed-by: Ulf Hermann <ulf.hermann@digia.com>
This commit is contained in:
Eike Ziller
2014-08-26 15:40:30 +02:00
committed by Ulf Hermann
parent e32fff5b5a
commit 300265cf67

View File

@@ -103,5 +103,3 @@ void QmlProfilerExtensionPlugin::triggerAction()
tr("This is an action from QmlProfilerExtension."));
}
Q_EXPORT_PLUGIN2(QmlProfilerExtension, QmlProfilerExtensionPlugin)