diff options
| author | Christian Stenger <christian.stenger@qt.io> | 2025-07-17 10:11:38 +0200 |
|---|---|---|
| committer | Christian Stenger <christian.stenger@qt.io> | 2025-07-18 07:53:11 +0000 |
| commit | e1728a2cb4d25b5e29fe9e7f517c52f4ecc30c19 (patch) | |
| tree | 6f3b57040fe2cc38e6f6dbbf76d7973d7c3f7c07 /tests/auto/pointeralgorithm | |
| parent | 7491928b6a6241c5dd1cd1cf3726cecb992510d8 (diff) | |
Avoid QtTest module imports
...as module imports pull in all headers of the module including all
headers of modules they depend on.
See discussion around QTBUG-88831.
Change-Id: I8aaffa74bf813031156d6e61d5bba9a0972b7ba0
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'tests/auto/pointeralgorithm')
| -rw-r--r-- | tests/auto/pointeralgorithm/tst_pointeralgorithm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/pointeralgorithm/tst_pointeralgorithm.cpp b/tests/auto/pointeralgorithm/tst_pointeralgorithm.cpp index 4160b71864a..9f1692e5c41 100644 --- a/tests/auto/pointeralgorithm/tst_pointeralgorithm.cpp +++ b/tests/auto/pointeralgorithm/tst_pointeralgorithm.cpp @@ -1,7 +1,7 @@ // Copyright (C) 2018 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 -#include <QtTest> +#include <QTest> #include <array> #include <deque> |
