From e1c74b05fdae664aa9211cba3afb7993b51ec23b Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 28 Aug 2009 21:53:18 +0000 Subject: Restore filtering of items. The DolphinView just tells the controller about the filter, the views (1:1 iconView + detailView, 1:n columnView) connect to the filter-changed signal and apply it to their proxy model. svn path=/trunk/KDE/kdebase/apps/; revision=1016782 --- src/dolphincolumnview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 642dfaeaf..0a601b7fa 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -104,6 +104,7 @@ protected: virtual void currentChanged(const QModelIndex& current, const QModelIndex& previous); private slots: + void setNameFilter(const QString& nameFilter); void setZoomLevel(int level); void slotEntered(const QModelIndex& index); -- cgit v1.3.1