From 1fda73fca0a96bf5619afec7bae6497ac9be34b7 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 7 Jun 2007 21:57:36 +0000 Subject: [PATCH] remove unused signal svn path=/trunk/KDE/kdebase/apps/; revision=672703 --- src/dolphinview.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/dolphinview.h b/src/dolphinview.h index b4aef3468..97ab01dad 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -341,7 +341,7 @@ signals: /** Is emitted if the sort order (ascending or descending) has been changed. */ void sortOrderChanged(Qt::SortOrder order); - /** Is emitted if the addtional information for an item has been changed. */ + /** Is emitted if the additional information for an item has been changed. */ void additionalInfoChanged(KFileItemDelegate::AdditionalInformation info); /** @@ -358,11 +358,6 @@ signals: */ void selectionChanged(const KFileItemList& selection); - /** - * Is emitted whenever the filter bar has been turned show or hidden. - */ - void showFilterBarChanged(bool shown); - /** * Is emitted if a context menu is requested for the item \a item, * which is part of \a url. If the item is 0, the context menu -- 2.47.3