┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/iconmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iconmanager.h')
-rw-r--r--src/iconmanager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/iconmanager.h b/src/iconmanager.h
index 06d7df85a..aee7672aa 100644
--- a/src/iconmanager.h
+++ b/src/iconmanager.h
@@ -170,6 +170,11 @@ private:
*/
bool m_clearItemQueues;
+ /**
+ * True if a selection has been done which should cut items.
+ */
+ bool m_hasCutSelection;
+
int m_pendingVisiblePreviews;
QAbstractItemView* m_view;