summaryrefslogtreecommitdiffstats
path: root/sigencore/plugins/ArenaPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigencore/plugins/ArenaPlugin.h')
-rw-r--r--sigencore/plugins/ArenaPlugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sigencore/plugins/ArenaPlugin.h b/sigencore/plugins/ArenaPlugin.h
index e7153d79..4b132907 100644
--- a/sigencore/plugins/ArenaPlugin.h
+++ b/sigencore/plugins/ArenaPlugin.h
@@ -69,5 +69,8 @@ class SIGENCOREPLUGINS_EXPORT ArenaPlugin : public QObject
#define SIGEN_ARENA_PLUGIN(type, name) \
K_PLUGIN_FACTORY(ArenaFactory, registerPlugin<type>();) \
K_EXPORT_PLUGIN(ArenaFactory(name))
+#define SIGEN_ARENA_PLUGIN_VERSION(type, name, version) \
+ SIGEN_ARENA_PLUGIN(type, name) \
+ K_EXPORT_PLUGIN_VERSION(version)
#endif