From 7e311509a4ac89ebe95f3d81928fe78a9f398aa9 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 4 Nov 2010 17:27:11 +0000 Subject: 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 --- src/dolphinpart.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/dolphinpart.h') 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; -- cgit v1.3