summaryrefslogtreecommitdiffstats
path: root/demos/mobile/quickhit/plugins/LevelTwo/leveltwo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/mobile/quickhit/plugins/LevelTwo/leveltwo.cpp')
-rw-r--r--demos/mobile/quickhit/plugins/LevelTwo/leveltwo.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/demos/mobile/quickhit/plugins/LevelTwo/leveltwo.cpp b/demos/mobile/quickhit/plugins/LevelTwo/leveltwo.cpp
index c759b253..dae521e9 100644
--- a/demos/mobile/quickhit/plugins/LevelTwo/leveltwo.cpp
+++ b/demos/mobile/quickhit/plugins/LevelTwo/leveltwo.cpp
@@ -117,7 +117,3 @@ QVariant LevelTwo::graphSize(QVariant pathToGraph)
ret.setValue(imageSize);
return ret;
}
-
-// This Qt macro exports the plugin class LevelTwo with the name levelplugins.
-// There should be exactly one occurrence of this LevelTwo macro in a Qt plugin's source code.
-Q_EXPORT_PLUGIN2(levelplugins, LevelTwo);