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

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


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

The following commit has been merged in the master branch:
commit a8df2558e41c38a65ed196851c1c13ae397040cc
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Sun Mar 8 19:13:34 2015 -0700

    Fixed annoying warning in modeltest.cpp
---
 interfaces/modeltest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interfaces/modeltest.cpp b/interfaces/modeltest.cpp
index 4c6aea7..9259487 100644
--- a/interfaces/modeltest.cpp
+++ b/interfaces/modeltest.cpp
@@ -359,7 +359,7 @@ void ModelTest::checkChildren(const QModelIndex &parent, int currentDepth)
             //qDebug() << "child:" << index;
             //qDebug() << p;
             //qDebug() << parent;
-            Q_ASSERT(model->parent(index) == parent);
+            Q_ASSERT(p == parent);
 
             // recursively go down the children
             if (model->hasChildren(index) && currentDepth < 10 ) {

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list