Git commit 3b276855a0734b41a08bee702aa41834a2d9d78d by =C3=80lex Fiestas. Committed on 03/03/2014 at 20:03. Pushed by afiestas into branch 'master'. Add the FileTransferJob into the globalTracker M +2 -0 kded/plugins/share/shareplugin.cpp http://commits.kde.org/kdeconnect-kde/3b276855a0734b41a08bee702aa41834a2d9d= 78d diff --git a/kded/plugins/share/shareplugin.cpp b/kded/plugins/share/sharep= lugin.cpp index affb0fc..351da76 100644 --- a/kded/plugins/share/shareplugin.cpp +++ b/kded/plugins/share/shareplugin.cpp @@ -26,6 +26,7 @@ #include #include #include +#include = #include #include @@ -91,6 +92,7 @@ bool SharePlugin::receivePackage(const NetworkPackage& np) destination.addPath(filename); FileTransferJob* job =3D 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 =3D np.get("text");