aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-01-28 15:09:51 +0100
committerMarc Mutz <marc.mutz@qt.io>2022-01-29 14:42:29 +0100
commit30038e7474b813ccdaf8f6c98a8e70b40940eddf (patch)
treefc0a24e169842ad3de78e0c59542f69e68c1b0dc
parent003bac57e060dd96e2dc4da80e7ca86d17c5e677 (diff)
Remove unused Java-style iterator includes
The code doesn't use them (anymore). Pick-to: 6.3 6.2 Change-Id: Ibff7e8b3fe5cc42c3d1fd065e11dcf395859e5f5 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
-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"