[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91
    Maximiliano Curia 
    maxy at moszumanska.debian.org
       
    Sat May 28 00:08:41 UTC 2016
    
    
  
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=b007f34
The following commit has been merged in the master branch:
commit b007f34980c2767d2a22e961ef6bb5dda237498f
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Thu Jan 19 12:39:00 2012 +0000
    Tooltip manager should store QPersistentModelIndexes not QModelIndexes
    
    fixes a crash
    BUG: 291201
---
 tooltips/tooltipmanager.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tooltips/tooltipmanager.cpp b/tooltips/tooltipmanager.cpp
index 069c7d6..7b40625 100644
--- a/tooltips/tooltipmanager.cpp
+++ b/tooltips/tooltipmanager.cpp
@@ -52,7 +52,7 @@ public:
     QAbstractItemView *view;
     QTimer            *timer;
     QTimer            *hideTimer;
-    QModelIndex        item;
+    QPersistentModelIndex        item;
     QRect              itemRect;
 };
 
-- 
ktp-contact-list packaging
    
    
More information about the pkg-kde-commits
mailing list