summaryrefslogtreecommitdiff
path: root/interface/PluginInterface_Themes.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-05-29 05:44:34 +0100
committerThomas Preud'homme <robotux@celest.fr>2018-05-29 05:44:34 +0100
commit594fcba67600704bee9115c86e18927b2237b304 (patch)
tree38dc620e6b8e9a76c1953ded39c1dc006a830728 /interface/PluginInterface_Themes.h
parent20062a6a4bc2aec8ada645baa78ff68892ccd154 (diff)
New upstream version 1.4.0.8
Diffstat (limited to 'interface/PluginInterface_Themes.h')
-rw-r--r--interface/PluginInterface_Themes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/interface/PluginInterface_Themes.h b/interface/PluginInterface_Themes.h
index 7272c79..73045ed 100644
--- a/interface/PluginInterface_Themes.h
+++ b/interface/PluginInterface_Themes.h
@@ -77,7 +77,7 @@ class PluginInterface_Themes : public QWidget
//user ask ask to add folder (add it with interface ask source/destination)
void userAddFolder(const Ultracopier::CopyMode &mode) const;
void userAddFile(const Ultracopier::CopyMode &mode) const;
- void urlDropped(const std::vector<std::string> &urls) const;
+ void urlDropped(const std::vector<std::string> &urls) const;//absolute path, can start by file:/
//action on the copy
void pause() const;
void resume() const;
@@ -110,6 +110,8 @@ class PluginInterface_ThemesFactory : 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_ThemesFactory,"first-world.info.ultracopier.PluginInterface.ThemesFactory/1.2.4.0");
+#endif
#endif // PLUGININTERFACE_THEMES_H