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

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


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

The following commit has been merged in the master branch:
commit a4ccc935185947dcea8287d59b1a7dd341bfb7c0
Author: Aleix Pol <aleixpol at kde.org>
Date:   Sat Mar 14 03:25:14 2015 +0100

    Make the devices list a vector
    
    It's the suggested data type to use according to:
    https://marcmutz.wordpress.com/effective-qt/containers/
---
 interfaces/devicesmodel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interfaces/devicesmodel.h b/interfaces/devicesmodel.h
index 6fc0acd..009f5b1 100644
--- a/interfaces/devicesmodel.h
+++ b/interfaces/devicesmodel.h
@@ -83,7 +83,7 @@ private:
     void clearDevices();
 
     DaemonDbusInterface* m_dbusInterface;
-    QList<DeviceDbusInterface*> m_deviceList;
+    QVector<DeviceDbusInterface*> m_deviceList;
     StatusFlags m_displayFilter;
 };
 

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list