aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-01-28 15:09:51 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-01-29 14:20:40 +0000
commit22d2c5ee5e21a047e487fca39579265f761e2c48 (patch)
tree5706898044659ae37fc770983d68dd8eaef78f98
parent36e0c70b10e0b10964f57bf989f526ea00949a6c (diff)
Remove unused Java-style iterator includes
The code doesn't use them (anymore). Change-Id: Ibff7e8b3fe5cc42c3d1fd065e11dcf395859e5f5 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit 30038e7474b813ccdaf8f6c98a8e70b40940eddf) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/manual/x11vkbtest/testreporter.cpp1
-rw-r--r--tests/manual/x11vkbwrapper/handleatspievents.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/manual/x11vkbtest/testreporter.cpp b/tests/manual/x11vkbtest/testreporter.cpp
index 49c28005..d0cb4c60 100644
--- a/tests/manual/x11vkbtest/testreporter.cpp
+++ b/tests/manual/x11vkbtest/testreporter.cpp
@@ -29,7 +29,6 @@
#include <QFile>
#include <QTextStream>
-#include <QListIterator>
#include <QTextStream>
#include "testreporter.h"
#include "testbase.h"
diff --git a/tests/manual/x11vkbwrapper/handleatspievents.cpp b/tests/manual/x11vkbwrapper/handleatspievents.cpp
index ed330e0c..19fa323f 100644
--- a/tests/manual/x11vkbwrapper/handleatspievents.cpp
+++ b/tests/manual/x11vkbwrapper/handleatspievents.cpp
@@ -30,7 +30,6 @@
#include <QLoggingCategory>
#include <QTime>
#include <QGuiApplication>
-#include <QMutableVectorIterator>
#include "handleatspievents.h"
#include "vkbhidetimer.h"