┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h7
1 files changed, 0 insertions, 7 deletions
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 <QBoxLayout>
#include <QKeyEvent>
#include <QLinkedList>
-#include <QListView>
#include <QSet>
#include <QWidget>
@@ -721,12 +720,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
* writeableStateChanged() will be emitted.