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

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


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

The following commit has been merged in the master branch:
commit 59cab0dc06d2a9409c817e41aebc199aff417b9c
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Jun 27 16:46:49 2014 +0200

    When trying to send file, actually tell the plugin to send the file
    
    Works wonderfully on new apk's. \o/
    
    Reviewed by Albert Vaca
---
 fileitemactionplugin/sendfileitemaction.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fileitemactionplugin/sendfileitemaction.cpp b/fileitemactionplugin/sendfileitemaction.cpp
index 6b2dd72..54653b9 100644
--- a/fileitemactionplugin/sendfileitemaction.cpp
+++ b/fileitemactionplugin/sendfileitemaction.cpp
@@ -58,6 +58,7 @@ QList<QAction*> SendFileItemAction::actions(const KFileItemListProperties& fileI
             action->setProperty("id", idx.data(DevicesModel::IdModelRole));
             action->setProperty("urls", QVariant::fromValue(fileItemInfos.urlList()));
             action->setProperty("parentWidget", QVariant::fromValue(parentWidget));
+            connect(action, SIGNAL(triggered(bool)), this, SLOT(sendFile()));
             actions += action;
         }
     }

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list