┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/klistview_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/klistview_p.h')
-rw-r--r--src/klistview_p.h3
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;