diff options
| author | Peter Penz <[email protected]> | 2010-08-19 15:01:52 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-08-19 15:01:52 +0000 |
| commit | 0490d12e0945060c7f3ea0b2415b9626682f3b6a (patch) | |
| tree | dc166ce3867f64a1637377e634d4ca59bd7efd84 /src/views/dolphinview.h | |
| parent | 2e32f55d99c0fbb30f56b0a20f86f4abe9b65ccf (diff) | |
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
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
