┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-11-04 17:27:11 +0000
committerPeter Penz <[email protected]>2010-11-04 17:27:11 +0000
commit7e311509a4ac89ebe95f3d81928fe78a9f398aa9 (patch)
tree5a906b0f4df2e2bb37dcd31c80dc97285fba131d /src/dolphinpart.h
parentbd7416d0af9d498d0f2b6611fabd16e8e508f094 (diff)
Interface cleanup: The DolphinView should not expose QAbstractItemView-specific things like QItemSelectionModel. Just providing interfaces for KFileItem and KUrl will make it easier in future to change the view-implementations internally to QML-specific itemviews or whatever.
svn path=/trunk/KDE/kdebase/apps/; revision=1193113
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index b0b01d8d8..a23e08697 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -225,9 +225,7 @@ private:
QActionGroup* actionGroup);
void openSelectionDialog(const QString& title, const QString& text,
- QItemSelectionModel::SelectionFlags command);
-
- QItemSelection childrenMatchingPattern(const QModelIndex& parent, const QRegExp& patternRegExp);
+ bool selectItems);
private:
DolphinView* m_view;