]> cloud.milkyroute.net Git - dolphin.git/commit
Fix crash in column view because of a dangling pointer to a selection model. Thanks...
authorPeter Penz <peter.penz19@gmail.com>
Thu, 19 Aug 2010 15:01:52 +0000 (15:01 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Thu, 19 Aug 2010 15:01:52 +0000 (15:01 +0000)
commit0490d12e0945060c7f3ea0b2415b9626682f3b6a
treedc166ce3867f64a1637377e634d4ca59bd7efd84
parent2e32f55d99c0fbb30f56b0a20f86f4abe9b65ccf
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.cpp
src/views/dolphinview.h