From 964d7125b252077f1264cbd4d2610e4a12f150cb Mon Sep 17 00:00:00 2001 From: Rafael Fernández López Date: Tue, 26 Jun 2007 14:23:44 +0000 Subject: Faster selections svn path=/trunk/KDE/kdebase/apps/; revision=680550 --- src/klistview_p.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/klistview_p.h') diff --git a/src/klistview_p.h b/src/klistview_p.h index d8f12a512..3c960310f 100644 --- a/src/klistview_p.h +++ b/src/klistview_p.h @@ -119,9 +119,11 @@ public: // Behavior data bool mouseButtonPressed; bool isDragging; + bool dragLeftViewport; QModelIndex hovered; QPoint initialPressPosition; QPoint mousePosition; + QItemSelection lastSelection; // Cache data // We cannot merge some of them into structs because it would affect @@ -134,7 +136,6 @@ public: QStringList categories; QModelIndexList intersectedIndexes; QHash isIndexSelected; // selection cache - QHash isTemporarySelected; // selection cache // Attributes for speed reasons KSortFilterProxyModel *proxyModel; -- cgit v1.3.1