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.h | |
| 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.h')
| -rw-r--r-- | src/dolphincontroller.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h index 8aebdcac4..d1eba97a1 100644 --- a/src/dolphincontroller.h +++ b/src/dolphincontroller.h @@ -62,7 +62,6 @@ class QPoint; * - handleKeyPressEvent() * - emitItemEntered() * - emitViewportEntered() - * - emitSelectionChanged() * - replaceUrlByClipboard() * - hideToolTip() * - setVersionControlActions() @@ -293,12 +292,6 @@ public slots: */ void emitViewportEntered(); - /** - * Emits the signal selectionChanged(). The method should be invoked by - * the view implementation whenever the selection has been changed. - */ - void emitSelectionChanged(); - signals: /** * Is emitted if the URL for the Dolphin controller has been changed @@ -408,13 +401,6 @@ signals: void viewportEntered(); /** - * Is emitted whenever the selection of the view implementation - * has been changed (see emitSelectionChanged()). The abstract - * Dolphin view connects to this signal. - */ - void selectionChanged(); - - /** * Is emitted if the view should respect the name filter \a nameFilter. The view * implementation must connect to this signal if it supports name filters. */ |
