summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestresult_p.h
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-03-09 22:29:03 +0100
committerSona Kurazyan <sona.kurazyan@qt.io>2022-03-12 01:05:45 +0100
commit28d25144280503cf9131b6f9325d1d7f168af8d9 (patch)
treebf95ae45c4b322e75a69ebe4624bc110deba8251 /src/testlib/qtestresult_p.h
parentb83fc8aafae72327951c178b3b42ac7bc0d8cefa (diff)
Use qstringfwd.h when forward declaring string classes
Task-number: QTBUG-98434 Change-Id: I37b70a1b7bc164fa7dc9cb702827297ca66a6fdc Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/testlib/qtestresult_p.h')
-rw-r--r--src/testlib/qtestresult_p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testlib/qtestresult_p.h b/src/testlib/qtestresult_p.h
index 2034c006ad..d4a64e26ab 100644
--- a/src/testlib/qtestresult_p.h
+++ b/src/testlib/qtestresult_p.h
@@ -52,13 +52,11 @@
//
#include <QtTest/qttestglobal.h>
+#include <QtCore/qstringfwd.h>
#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE
-class QLatin1String;
-class QStringView;
-
class QTestResultPrivate;
class QTestData;