diff options
| author | Peter Penz <[email protected]> | 2007-12-08 22:39:04 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-12-08 22:39:04 +0000 |
| commit | 23f6a51f85999117b3872bebb38c7817c1e53d9c (patch) | |
| tree | 2c998633a8e982bd9729a40b202459cc53d04d7c /src | |
| parent | b5bb77e45b72d55fda26df0b10bfdc7463d98902 (diff) | |
SVN_SILENT: adjusted position of comment
svn path=/trunk/KDE/kdebase/apps/; revision=746415
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinview.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
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); |
