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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/declarative/items/qsgmousearea_p_p.h b/src/declarative/items/qsgmousearea_p_p.h
index 11f7089503..0eb0444224 100644
--- a/src/declarative/items/qsgmousearea_p_p.h
+++ b/src/declarative/items/qsgmousearea_p_p.h
@@ -99,8 +99,7 @@ public:
bool dragRejected : 1;
QSGDrag *drag;
QPointF startScene;
- qreal startX;
- qreal startY;
+ QPointF targetStartPos;
QPointF lastPos;
QDeclarativeNullableValue<QPointF> lastScenePos;
Qt::MouseButton lastButton;