[Kde-imaging] [Bug 135484] Thumbnail generation for multible images can cause severe overload

Gilles Caulier caulier.gilles at free.fr
Thu Oct 12 08:55:50 CEST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=135484         




------- Additional Comments From caulier.gilles free fr  2006-10-12 08:55 -------
SVN commit 594746 by cgilles:

kipiplugins from trunk : GPSSync : missing to pass parent instance to QObject. 
This can cause broken dispatch events.

Please, let's me hear if this patch fix the problem. I have located others implementations 
where this problem exist.

CCBUGS: 135484


 M  +1 -1      gpslistviewitem.cpp  


--- trunk/extragear/libs/kipi-plugins/gpssync/gpslistviewitem.cpp #594745:594746
 @ -65,7 +65,7  @
 };
 
 GPSListViewItem::GPSListViewItem(KListView *view, QListViewItem *after, const KURL& url)
-               : KListViewItem(view, after)
+               : QObject(view), KListViewItem(view, after)
 {
     d = new GPSListViewItemPriv;
     d->url = url;


More information about the Kde-imaging mailing list