From 0490d12e0945060c7f3ea0b2415b9626682f3b6a Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 19 Aug 2010 15:01:52 +0000 Subject: Fix crash in column view because of a dangling pointer to a selection model. Thanks a lot to Frank Reininghaus for finding a way how to reproduce the issue and analyzing the root cause. Keeping the selection model as part of the DolphinView is not required anymore at all, as the restoring of selected items is done by m_selectedItems in the meantime. CCBUG: 247618 svn path=/trunk/KDE/kdebase/apps/; revision=1165532 --- src/views/dolphinview.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index dbef511bf..4877b0cd2 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -795,7 +795,6 @@ private: ViewModeController* m_viewModeController; ViewAccessor m_viewAccessor; - QItemSelectionModel* m_selectionModel; // allow to switch views without losing the selection QTimer* m_selectionChangedTimer; KUrl m_rootUrl; -- cgit v1.3.1