┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-08-28 21:53:18 +0000
committerPeter Penz <[email protected]>2009-08-28 21:53:18 +0000
commite1c74b05fdae664aa9211cba3afb7993b51ec23b (patch)
tree3f8a7a4dc75f2e27f8bbb85ec058fd1e59b1888f /src/dolphinview.h
parent8d31eca0e0ee89c74318af0bc8a79c2d17e63187 (diff)
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
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 93299b430..b9a7ff9ce 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -779,8 +779,6 @@ private:
*/
QWidget* layoutTarget() const;
- void setNameFilter(const QString& nameFilter);
-
KUrl rootUrl() const;
bool supportsCategorizedSorting() const;