summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-09-27 16:00:31 +0200
committerKai Köhne <kai.koehne@qt.io>2022-10-05 09:05:54 +0200
commit7c43feb456968ebf22b305679b06e2502d23dc04 (patch)
tree8123969cfc13783f9640ff551a8c50e9c86e5e71 /src/testlib
parent9bf689e875ce1f5e80696cbc86d446074b01c705 (diff)
Add "We mean it" header
Also use canonical Qt header include. Change-Id: I5c1133fc088ef3e29d3336591bc1f9a98868db8c Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qtestregistry_p.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/testlib/qtestregistry_p.h b/src/testlib/qtestregistry_p.h
index eab6d4356c..85e236cd04 100644
--- a/src/testlib/qtestregistry_p.h
+++ b/src/testlib/qtestregistry_p.h
@@ -4,7 +4,18 @@
#ifndef QTESTREGISTRY_P_H
#define QTESTREGISTRY_P_H
-#include <QString>
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists purely as an
+// implementation detail. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
+#include <QtCore/qstring.h>
#include <QtCore/qhash.h>
#include <QtTest/qttestglobal.h>