diff options
| author | Rafael Fernández López <[email protected]> | 2007-06-26 14:23:44 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-06-26 14:23:44 +0000 |
| commit | 964d7125b252077f1264cbd4d2610e4a12f150cb (patch) | |
| tree | b1d0e73e64dffd88e0ce8399cf69a15f841b2acc /src/klistview_p.h | |
| parent | 14a666ce8d7cc980b2d14a4499c250dc15c1a998 (diff) | |
Faster selections
svn path=/trunk/KDE/kdebase/apps/; revision=680550
Diffstat (limited to 'src/klistview_p.h')
| -rw-r--r-- | src/klistview_p.h | 3 |
1 files changed, 2 insertions, 1 deletions
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<QModelIndex, bool> isIndexSelected; // selection cache - QHash<QModelIndex, bool> isTemporarySelected; // selection cache // Attributes for speed reasons KSortFilterProxyModel *proxyModel; |
