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/dolphindetailsview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphindetailsview.h') diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 25a60911e..483d57dd8 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -111,6 +111,8 @@ private slots: */ QRect elasticBandRect() const; + void setNameFilter(const QString& nameFilter); + void setZoomLevel(int level); void slotShowPreviewChanged(); -- cgit v1.3