From: Peter Penz Date: Sat, 8 Dec 2007 22:39:04 +0000 (+0000) Subject: SVN_SILENT: adjusted position of comment X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/23f6a51f85999117b3872bebb38c7817c1e53d9c SVN_SILENT: adjusted position of comment svn path=/trunk/KDE/kdebase/apps/; revision=746415 --- diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index c2ea5ff28..d4609d382 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -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);