aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgmousearea_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/items/qsgmousearea_p_p.h')
-rw-r--r--src/declarative/items/qsgmousearea_p_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/items/qsgmousearea_p_p.h b/src/declarative/items/qsgmousearea_p_p.h
index e736c059a2..11f7089503 100644
--- a/src/declarative/items/qsgmousearea_p_p.h
+++ b/src/declarative/items/qsgmousearea_p_p.h
@@ -96,6 +96,7 @@ public:
bool stealMouse : 1;
bool doubleClick : 1;
bool preventStealing : 1;
+ bool dragRejected : 1;
QSGDrag *drag;
QPointF startScene;
qreal startX;