From 4fdc3bad9c1b2f168466a296f412d904e3315dc9 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 6 Jan 2010 16:56:01 +0000 Subject: 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 --- src/dolphincontroller.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/dolphincontroller.h') 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 @@ -407,13 +400,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. -- cgit v1.3.1