[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:27:31 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=4dcbb35
The following commit has been merged in the master branch:
commit 4dcbb3531a624fed381beb32de4ae12fb2e6dd40
Author: Albert Vaca <albertvaka at gmail.com>
Date: Sat Apr 5 20:04:35 2014 +0200
Remove the browse filesystem button from KCM
---
kcm/kcm.cpp | 8 --------
kcm/kcm.h | 1 -
kcm/kcm.ui | 7 -------
3 files changed, 16 deletions(-)
diff --git a/kcm/kcm.cpp b/kcm/kcm.cpp
index 78c897b..daaac3a 100644
--- a/kcm/kcm.cpp
+++ b/kcm/kcm.cpp
@@ -73,8 +73,6 @@ KdeConnectKcm::KdeConnectKcm(QWidget *parent, const QVariantList&)
this, SLOT(unpair()));
connect(kcmUi->ping_button, SIGNAL(pressed()),
this, SLOT(sendPing()));
- connect(kcmUi->browse_button, SIGNAL(clicked(bool)),
- this, SLOT(browseFilesystem()));
}
@@ -253,9 +251,3 @@ void KdeConnectKcm::sendPing()
if (!currentDevice) return;
currentDevice->sendPing();
}
-
-void KdeConnectKcm::browseFilesystem()
-{
- if (!currentDevice) return;
- SftpDbusInterface(currentDevice->id(), this).startBrowsing();
-}
diff --git a/kcm/kcm.h b/kcm/kcm.h
index 950460d..072c544 100644
--- a/kcm/kcm.h
+++ b/kcm/kcm.h
@@ -58,7 +58,6 @@ private Q_SLOTS:
void requestPair();
void pluginsConfigChanged();
void sendPing();
- void browseFilesystem();
void resetSelection();
void pairingSuccesful();
void pairingFailed(const QString& error);
diff --git a/kcm/kcm.ui b/kcm/kcm.ui
index 8177ffa..a92d283 100644
--- a/kcm/kcm.ui
+++ b/kcm/kcm.ui
@@ -169,13 +169,6 @@
</property>
</widget>
</item>
- <item>
- <widget class="QPushButton" name="browse_button">
- <property name="text">
- <string>Browse</string>
- </property>
- </widget>
- </item>
</layout>
</widget>
</item>
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list