From 8a216531cbb1778c415dacb809c4de47528e3c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80lex=20Fiestas?= Date: Mon, 3 Mar 2014 22:34:25 +0100 Subject: [PATCH] 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 62d2f2e49..f98e95a2d 100644 --- a/kded/filetransferjob.cpp +++ b/kded/filetransferjob.cpp @@ -39,6 +39,8 @@ FileTransferJob::FileTransferJob(const QSharedPointer& 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; }