From 769084221f062231ac848b013f968883e67aa3db Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Sun, 14 Aug 2011 11:34:03 +0200 Subject: Implement DolphinView::setItemSelectionEnabled() --- src/views/dolphinview.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index f49bd3f7b..12683dbbb 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -35,7 +35,6 @@ #include #include #include -#include #include #include @@ -720,12 +719,6 @@ private: */ void markPastedUrlsAsSelected(const QMimeData* mimeData); - /** - * Helper method for DolphinView::setItemSelectionEnabled(): Returns the selection for - * all items of \p parent that match with the regular expression defined by \p pattern. - */ - QItemSelection childrenMatchingPattern(const QModelIndex& parent, const QRegExp& pattern) const; - /** * Updates m_isFolderWritable dependent on whether the folder represented by * the current URL is writable. If the state has changed, the signal -- cgit v1.3.1