Remove unused variable
Change-Id: I47c00941ef458c8b16c02960a7b37749a222a04e Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
This commit is contained in:
parent
cced077aa3
commit
5f4eb78ccb
|
@ -250,7 +250,6 @@ void tst_TouchMouse::simpleTouchEvent()
|
|||
QCOMPARE(eventItem1->eventList.size(), 2);
|
||||
QCOMPARE(eventItem1->eventList.at(0).type, QEvent::TouchBegin);
|
||||
QCOMPARE(eventItem1->eventList.at(1).type, QEvent::MouseButtonPress);
|
||||
QQuickWindowPrivate *windowPriv = QQuickWindowPrivate::get(window);
|
||||
QCOMPARE(window->mouseGrabberItem(), eventItem1);
|
||||
|
||||
QPoint localPos = eventItem1->mapFromScene(p1).toPoint();
|
||||
|
|
Loading…
Reference in New Issue