[Digikam-devel] [Bug 263321] Digikam crash when looking through photos

Marcel Wiesweg marcel.wiesweg at gmx.de
Mon Jan 17 16:13:36 GMT 2011


https://bugs.kde.org/show_bug.cgi?id=263321





--- Comment #4 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-01-17 17:13:31 ---
I dont get this crash atm.
We can disable the BSP indexing. If this patch leads to a different crash or
valgrind error, it's our fault, if all is well, chances are there's a Qt
problem or a problem with the way we use Qt.
Thanks a lot for your help!

Index: libs/widgets/graphicsview/graphicsdimgview.cpp
===================================================================
--- libs/widgets/graphicsview/graphicsdimgview.cpp      (Revision 1215076)
+++ libs/widgets/graphicsview/graphicsdimgview.cpp      (Arbeitskopie)
@@ -77,6 +77,7 @@
     : QGraphicsView(parent), d(new GraphicsDImgViewPriv)
 {
     d->scene  = new QGraphicsScene(this);
+    d->scene->setItemIndexMethod(QGraphicsScene::NoIndex);

     setScene(d->scene);
     d->layout = new SinglePhotoPreviewLayout(this);

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list