[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:27:27 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=3b27685
The following commit has been merged in the master branch:
commit 3b276855a0734b41a08bee702aa41834a2d9d78d
Author: Àlex Fiestas <afiestas at kde.org>
Date: Mon Mar 3 21:03:56 2014 +0100
Add the FileTransferJob into the globalTracker
---
kded/plugins/share/shareplugin.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kded/plugins/share/shareplugin.cpp b/kded/plugins/share/shareplugin.cpp
index affb0fc..351da76 100644
--- a/kded/plugins/share/shareplugin.cpp
+++ b/kded/plugins/share/shareplugin.cpp
@@ -26,6 +26,7 @@
#include <KStandardDirs>
#include <KSharedConfig>
#include <KConfigGroup>
+#include <KJobTrackerInterface>
#include <qprocess.h>
#include <QDir>
@@ -91,6 +92,7 @@ bool SharePlugin::receivePackage(const NetworkPackage& np)
destination.addPath(filename);
FileTransferJob* job = np.createPayloadTransferJob(destination);
connect(job, SIGNAL(result(KJob*)), this, SLOT(finished(KJob*)));
+ KIO::getJobTracker()->registerJob(job);
job->start();
} else if (np.has("text")) {
QString text = np.get<QString>("text");
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list