diff options
| author | Peter Penz <[email protected]> | 2007-06-07 21:57:36 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-07 21:57:36 +0000 |
| commit | 1fda73fca0a96bf5619afec7bae6497ac9be34b7 (patch) | |
| tree | b7295eef0042a233f9421588a0dc40b51d11e3b8 /src/dolphinview.h | |
| parent | ce4dd84c27113aff554ad11e50ce1ea7727d828b (diff) | |
remove unused signal
svn path=/trunk/KDE/kdebase/apps/; revision=672703
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 7 |
1 files changed, 1 insertions, 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); /** @@ -359,11 +359,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 * for the URL should be shown. |
