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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:16 UTC 2016


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

The following commit has been merged in the master branch:
commit 567796231b98927dbe9199df69a45b7084d050e9
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Sun Mar 1 13:58:40 2015 -0800

    Connecting to clicked instead of pressed on KCM's buttons
---
 kcm/kcm.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/kcm/kcm.cpp b/kcm/kcm.cpp
index df07d1f..3bc9701 100644
--- a/kcm/kcm.cpp
+++ b/kcm/kcm.cpp
@@ -68,13 +68,13 @@ KdeConnectKcm::KdeConnectKcm(QWidget *parent, const QVariantList&)
             this, SLOT(resetSelection()));
     connect(kcmUi->deviceList, SIGNAL(pressed(QModelIndex)),
             this, SLOT(deviceSelected(QModelIndex)));
-    connect(kcmUi->pair_button, SIGNAL(pressed()),
+    connect(kcmUi->pair_button, SIGNAL(clicked()),
             this, SLOT(requestPair()));
-    connect(kcmUi->unpair_button, SIGNAL(pressed()),
+    connect(kcmUi->unpair_button, SIGNAL(clicked()),
             this, SLOT(unpair()));
-    connect(kcmUi->ping_button, SIGNAL(pressed()),
+    connect(kcmUi->ping_button, SIGNAL(clicked()),
             this, SLOT(sendPing()));
-    connect(kcmUi->refresh_button,SIGNAL(pressed()),
+    connect(kcmUi->refresh_button,SIGNAL(clicked()),
             this, SLOT(refresh()));
 }
 

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list