summaryrefslogtreecommitdiff
path: root/CopyListener.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-03-15 21:16:39 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-03-15 21:16:39 +0000
commitd896e3a49f09324530b9fb73a0891a5553473fd5 (patch)
tree47362379e21186ee5dc363495ae3137fc5df105e /CopyListener.h
parent5b240dd94561bef6a030b25cfa70838053ad53b2 (diff)
New upstream version 1.4.0.5
Diffstat (limited to 'CopyListener.h')
-rw-r--r--CopyListener.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CopyListener.h b/CopyListener.h
index 3003aec..02a123c 100644
--- a/CopyListener.h
+++ b/CopyListener.h
@@ -14,7 +14,7 @@
#include "interface/PluginInterface_Listener.h"
#include "Environment.h"
-#include "PluginLoader.h"
+#include "PluginLoaderCore.h"
#include "OptionDialog.h"
/** \brief to load all the listener and parse all event */
@@ -110,7 +110,7 @@ class CopyListener : public QObject
std::vector<CopyRunning> copyRunningList;
uint32_t incrementOrderId();
bool tryListen;
- PluginLoader *pluginLoader;
+ PluginLoaderCore *pluginLoader;
Ultracopier::ListeningState last_state;
bool last_have_plugin,last_inWaitOfReply;
void sendState(bool force=false);