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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:26:47 UTC 2016


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

The following commit has been merged in the master branch:
commit 04e1705697e22dc8ce3f1f901b86f2c908290d38
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Fri Aug 16 00:28:07 2013 +0200

    Removed extra line breaks
---
 kcm/devicesmodel.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/kcm/devicesmodel.cpp b/kcm/devicesmodel.cpp
index c03c52c..08258b6 100644
--- a/kcm/devicesmodel.cpp
+++ b/kcm/devicesmodel.cpp
@@ -70,11 +70,9 @@ void DevicesModel::deviceRemoved(const QString& id)
 void DevicesModel::deviceStatusChanged(const QString& id)
 {
     Q_UNUSED(id);
-    //FIXME: Emitting dataChanged does not invalidate the view, refreshDeviceList does
+    //FIXME: Emitting dataChanged does not invalidate the view, refreshDeviceList does.
     //Q_EMIT dataChanged(index(0),index(rowCount()));
     refreshDeviceList();
-
-
 }
 
 void DevicesModel::refreshDeviceList()

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list