summaryrefslogtreecommitdiff
path: root/interface/PluginInterface_Listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface/PluginInterface_Listener.h')
-rw-r--r--interface/PluginInterface_Listener.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/interface/PluginInterface_Listener.h b/interface/PluginInterface_Listener.h
index 61acb2f..bd278e4 100644
--- a/interface/PluginInterface_Listener.h
+++ b/interface/PluginInterface_Listener.h
@@ -51,6 +51,8 @@ class PluginInterface_Listener : public QObject
void debugInformation(const Ultracopier::DebugLevel &level,const std::string &fonction,const std::string &text,const std::string &file,const int &ligne) const;
};
+#ifndef ULTRACOPIER_PLUGIN_ALL_IN_ONE
Q_DECLARE_INTERFACE(PluginInterface_Listener,"first-world.info.ultracopier.PluginInterface.Listener/1.2.4.0");
+#endif
#endif // PLUGININTERFACE_LISTENER_H