┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorJohn Tapsell <[email protected]>2007-12-03 00:29:56 +0000
committerJohn Tapsell <[email protected]>2007-12-03 00:29:56 +0000
commit396d620466e2a3042650d95b114e79e7d32c970b (patch)
tree5fcb8d33989bf423cdb8140418662f227267b634 /src/dolphinview.h
parente71af0e7c12f43360078e98e49553731303ea891 (diff)
Share the selection model. Does not fix the selections yet though
svn path=/trunk/KDE/kdebase/apps/; revision=744230
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index f550fa513..4a2f5be02 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -690,6 +690,7 @@ private:
DolphinDetailsView* m_detailsView;
DolphinColumnView* m_columnView;
KFileItemDelegate* m_fileItemDelegate;
+ QItemSelectionModel *m_selectionModel;
DolphinModel* m_dolphinModel;
KDirLister* m_dirLister;