From a2a99926359cb58519b7814bba662f2afa4eee5d Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 30 Aug 2009 19:17:08 +0000 Subject: 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 --- src/dolphincontroller.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphincontroller.cpp') 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(); -- cgit v1.3