┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2011-08-14 11:34:03 +0200
committerFrank Reininghaus <[email protected]>2011-08-14 11:34:03 +0200
commit769084221f062231ac848b013f968883e67aa3db (patch)
tree7c1791fff8f537774b7a997cd75970a9941d03a8 /src/views/dolphinview.h
parent7b911df33ec83bb978985d50342ce1c27afb6425 (diff)
Implement DolphinView::setItemSelectionEnabled()
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.