aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp')
-rw-r--r--share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp b/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp
index 7e64374bab7..c5438f45ca2 100644
--- a/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp
+++ b/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.cpp
@@ -10,5 +10,3 @@ QList<QDesignerCustomWidgetInterface*> @COLLECTION_PLUGIN_CLASS@::customWidgets(
{
return m_widgets;
}
-
-@COLLECTION_PLUGIN_EXPORT@