SVN_SILENT: adjusted position of comment

svn path=/trunk/KDE/kdebase/apps/; revision=746415
This commit is contained in:
Peter Penz 2007-12-08 22:39:04 +00:00
parent b5bb77e45b
commit 23f6a51f85

View file

@ -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);