summaryrefslogtreecommitdiff
path: root/plugins-alternative/Listener/dbus/Catchcopy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-alternative/Listener/dbus/Catchcopy.cpp')
-rw-r--r--plugins-alternative/Listener/dbus/Catchcopy.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins-alternative/Listener/dbus/Catchcopy.cpp b/plugins-alternative/Listener/dbus/Catchcopy.cpp
deleted file mode 100644
index 6c46af2..0000000
--- a/plugins-alternative/Listener/dbus/Catchcopy.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-#include "Catchcopy.h"
-
-#include <QCoreApplication>
-
-Catchcopy::Catchcopy()
-{
-}
-
-void Catchcopy::copy(const QStringList &sources,const QString &destination)
-{
- emit newCopy(0,sources,destination);
-}
-
-void Catchcopy::move(const QStringList &sources,const QString &destination)
-{
- emit newMove(0,sources,destination);
-}