Specify that we only support Kill.
This commit is contained in:
parent
e4c3e8c4cd
commit
8a216531cb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue