diff options
| author | Peter Penz <[email protected]> | 2009-08-28 21:53:18 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-08-28 21:53:18 +0000 |
| commit | e1c74b05fdae664aa9211cba3afb7993b51ec23b (patch) | |
| tree | 3f8a7a4dc75f2e27f8bbb85ec058fd1e59b1888f /src/dolphincolumnviewcontainer.h | |
| parent | 8d31eca0e0ee89c74318af0bc8a79c2d17e63187 (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/dolphincolumnviewcontainer.h')
| -rw-r--r-- | src/dolphincolumnviewcontainer.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/dolphincolumnviewcontainer.h b/src/dolphincolumnviewcontainer.h index c4030657a..93a0c30fe 100644 --- a/src/dolphincolumnviewcontainer.h +++ b/src/dolphincolumnviewcontainer.h @@ -47,18 +47,6 @@ public: explicit DolphinColumnViewContainer(QWidget* parent, DolphinController* controller); virtual ~DolphinColumnViewContainer(); - /** - * Filters the currently shown items by \a nameFilter. All items - * which contain the given filter string will be shown. - */ - void setNameFilter(const QString& nameFilter); - - /** - * Returns the currently used name filter. All items - * which contain the name filter will be shown. - */ - QString nameFilter() const; - KUrl rootUrl() const; QAbstractItemView* activeColumn() const; @@ -142,7 +130,6 @@ private: QList<DolphinColumnView*> m_columns; QFrame* m_emptyViewport; QTimeLine* m_animation; - QString m_nameFilter; friend class DolphinColumnView; }; |
