diff options
Diffstat (limited to 'src/dolphincolumnwidget.h')
| -rw-r--r-- | src/dolphincolumnwidget.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h index 7636655a9..fdb0471f2 100644 --- a/src/dolphincolumnwidget.h +++ b/src/dolphincolumnwidget.h @@ -90,13 +90,6 @@ public: */ void setNameFilter(const QString& nameFilter); - /** - * Returns the currently used name filter. All items - * which contain the name filter will be shown. - */ - QString nameFilter() const; - - protected: virtual QStyleOptionViewItem viewOptions() const; virtual void dragEnterEvent(QDragEnterEvent* event); @@ -145,6 +138,8 @@ private: */ bool isCutItem(const KFileItem& item) const; + KFileItem itemForIndex(const QModelIndex& index) const; + private: bool m_active; bool m_showPreview; |
