summaryrefslogtreecommitdiff
path: root/EventDispatcher.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2013-03-21 11:01:59 +0100
committerThomas Preud'homme <robotux@celest.fr>2013-03-21 11:01:59 +0100
commite297dbd8052ef4e66f069e2dd1865ae7fa8af28e (patch)
tree342fea0a2f6f33b8b62dad2d1729f8209da1a1ba /EventDispatcher.h
parent8f9f382e1c97cab2e72e97495650c73ac4b97314 (diff)
Imported Upstream version 0.3.1.0
Diffstat (limited to 'EventDispatcher.h')
-rw-r--r--EventDispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/EventDispatcher.h b/EventDispatcher.h
index 6f583bb..35a5d07 100644
--- a/EventDispatcher.h
+++ b/EventDispatcher.h
@@ -73,7 +73,7 @@ class EventDispatcher : public QObject, public GlobalClass
/// \brief the session loader
SessionLoader *sessionloader;
bool stopIt;
- CopyListener copyServer;
+ CopyListener *copyServer;
Core *core;
OptionDialog optionDialog;
CopyEngineManager *copyEngineList;