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/dolphincontroller.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/dolphincontroller.cpp')
| -rw-r--r-- | src/dolphincontroller.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index a7c91def5..bf26df626 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -250,6 +250,11 @@ void DolphinController::emitViewportEntered() emit viewportEntered(); } +void DolphinController::emitSelectionChanged() +{ + emit selectionChanged(); +} + void DolphinController::updateMouseButtonState() { m_mouseButtons = QApplication::mouseButtons(); |
