summaryrefslogtreecommitdiffstats
path: root/examples/tools/echoplugin/plugin/echoplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/echoplugin/plugin/echoplugin.cpp')
-rw-r--r--examples/tools/echoplugin/plugin/echoplugin.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/tools/echoplugin/plugin/echoplugin.cpp b/examples/tools/echoplugin/plugin/echoplugin.cpp
index d22e7ead23..07520899f5 100644
--- a/examples/tools/echoplugin/plugin/echoplugin.cpp
+++ b/examples/tools/echoplugin/plugin/echoplugin.cpp
@@ -48,7 +48,3 @@ QString EchoPlugin::echo(const QString &message)
return message;
}
//! [0]
-
-//! [1]
-Q_EXPORT_PLUGIN2(echoplugin, EchoPlugin);
-//! [1]