[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:29 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=8a21653

The following commit has been merged in the master branch:
commit 8a216531cbb1778c415dacb809c4de47528e3c3b
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Mon Mar 3 22:34:25 2014 +0100

    Specify that we only support Kill.
---
 kded/filetransferjob.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kded/filetransferjob.cpp b/kded/filetransferjob.cpp
index 62d2f2e..f98e95a 100644
--- a/kded/filetransferjob.cpp
+++ b/kded/filetransferjob.cpp
@@ -39,6 +39,8 @@ FileTransferJob::FileTransferJob(const QSharedPointer<QIODevice>& origin, int si
     mDestination = destination;
     mDestinationJob = 0;
     mDeviceName = i18nc("Device name that will appear on the jobs", "KDE-Connect");
+
+    setCapabilities(Killable);
     kDebug(kdeconnect_kded()) << "FileTransferJob Downloading payload to" << destination;
 }
 

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list