mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
SVN_SILENT: adjusted position of comment
svn path=/trunk/KDE/kdebase/apps/; revision=746415
This commit is contained in:
parent
b5bb77e45b
commit
23f6a51f85
1 changed files with 3 additions and 1 deletions
|
@ -870,7 +870,9 @@ void DolphinView::createView()
|
|||
m_selectionModel = view->selectionModel();
|
||||
}
|
||||
|
||||
m_selectionModel->setParent(this); //Reparent the selection model. We do not want it to be deleted when we delete the model
|
||||
// reparent the selection model, as it should not be deleted
|
||||
// when deleting the model
|
||||
m_selectionModel->setParent(this);
|
||||
|
||||
view->setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
|
||||
|
|
Loading…
Reference in a new issue