]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
SVN_SILENT: adjusted position of comment
[dolphin.git] / src / dolphinview.cpp
index c2ea5ff2847dcbc71b3292327eceee0d3dc08c40..d4609d3828d3619172195cb46afd3bf862fbadb7 100644 (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);