Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 704a1673e6070a56d076c916e65b56ae > files > 1

kscope-1.9.4-1mdv2010.1.src.rpm

Index: core/locationlistmodel.cpp
===================================================================
--- core/locationlistmodel.cpp
+++ core/locationlistmodel.cpp	2010-04-05 22:07:27.000000000 +0200
@@ -207,7 +207,7 @@
 	if (row < 0 || row >= locList_.size())
 		return QModelIndex();
 
-	return createIndex(row, column);
+	return createIndex(row, column, (int)NULL);
 }
 
 /**