~macslow/qtmir/fix-1475678

« back to all changes in this revision

Viewing changes to tests/modules/MirSurfaceItem/mirsurfaceitem_test.cpp

  • Committer: Daniel d'Andrada
  • Date: 2015-02-20 15:57:36 UTC
  • mto: This revision was merged to the branch mainline in revision 326.
  • Revision ID: daniel.dandrada@canonical.com-20150220155736-sxsc36cj9hj80wht
Fix typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
    touchPoints[0].setId(1);
123
123
    touchPoints[0].setState(Qt::TouchPointPressed);
124
124
    surfaceItem->processTouchEvent(QEvent::TouchBegin,
125
 
            timestamp + 20, Qt::NoModifiertouchPoints, touchPoints[0].state());
 
125
            timestamp + 20, Qt::NoModifier, touchPoints, touchPoints[0].state());
126
126
 
127
127
    delete surfaceItem;
128
128
    delete mockSession;