diff options
| author | Peter Penz <[email protected]> | 2010-01-06 16:56:01 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-01-06 16:56:01 +0000 |
| commit | 4fdc3bad9c1b2f168466a296f412d904e3315dc9 (patch) | |
| tree | 5909f17343ef0fcadd28bce75b577dd66e243b44 /src/dolphincontroller.cpp | |
| parent | 5cf5a8ea4bf482b5a78d9948a6cdaea44ad9c627 (diff) | |
Fixed issue that Ctrl+A sometimes did not result in an update of the Information Panel. As a sideeffect some code simplification has been done, which was possible because of the column view refactorization some time ago.
svn path=/trunk/KDE/kdebase/apps/; revision=1070740
Diffstat (limited to 'src/dolphincontroller.cpp')
| -rw-r--r-- | src/dolphincontroller.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index 89d6509ca..408abd501 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -255,11 +255,6 @@ void DolphinController::emitViewportEntered() emit viewportEntered(); } -void DolphinController::emitSelectionChanged() -{ - emit selectionChanged(); -} - void DolphinController::updateMouseButtonState() { m_mouseButtons = QApplication::mouseButtons(); |
