summaryrefslogtreecommitdiffstats
path: root/tests/auto/client/seatv5/tst_seatv5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/client/seatv5/tst_seatv5.cpp')
-rw-r--r--tests/auto/client/seatv5/tst_seatv5.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/client/seatv5/tst_seatv5.cpp b/tests/auto/client/seatv5/tst_seatv5.cpp
index e333082ec..2a2a05cd2 100644
--- a/tests/auto/client/seatv5/tst_seatv5.cpp
+++ b/tests/auto/client/seatv5/tst_seatv5.cpp
@@ -27,8 +27,8 @@
****************************************************************************/
#include "mockcompositor.h"
+#include <QtOpenGL/QOpenGLWindow>
#include <QtGui/QRasterWindow>
-#include <QtGui/QOpenGLWindow>
using namespace MockCompositor;
@@ -397,9 +397,9 @@ public:
, touchPoints(event->touchPoints())
{
}
- const QEvent::Type type{};
- const Qt::TouchPointStates touchPointStates{};
- const QList<QTouchEvent::TouchPoint> touchPoints;
+ QEvent::Type type{};
+ Qt::TouchPointStates touchPointStates{};
+ QList<QTouchEvent::TouchPoint> touchPoints;
};
QVector<Event> m_events;
};