diff options
| author | Peter Penz <[email protected]> | 2009-08-30 19:17:08 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-08-30 19:17:08 +0000 |
| commit | a2a99926359cb58519b7814bba662f2afa4eee5d (patch) | |
| tree | dbcf3d58df13948998d94b356fd39641c8ee625f /src/dolphinview.cpp | |
| parent | 05762d42ea91ea034086c67099cf9208f86c00ff (diff) | |
Move the selection listener from DolphinView to ViewExtensionsFactory. The statusbar and information panel are now informed correctly about selection changes also when using the column view.
svn path=/trunk/KDE/kdebase/apps/; revision=1017497
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 2c3c6c38d..7e8b4e74f 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -1336,7 +1336,7 @@ void DolphinView::createView() } m_selectionModel->setParent(this); - connect(view->selectionModel(), SIGNAL(selectionChanged(const QItemSelection&, const QItemSelection&)), + connect(m_controller, SIGNAL(selectionChanged()), this, SLOT(emitDelayedSelectionChangedSignal())); connect(view->verticalScrollBar(), SIGNAL(valueChanged(int)), this, SLOT(emitContentsMoved())); |
