diff options
Diffstat (limited to 'tests/manual/textrendering/textperformance/main.cpp')
| -rw-r--r-- | tests/manual/textrendering/textperformance/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/textrendering/textperformance/main.cpp b/tests/manual/textrendering/textperformance/main.cpp index fa3a5122ce4..094c314de46 100644 --- a/tests/manual/textrendering/textperformance/main.cpp +++ b/tests/manual/textrendering/textperformance/main.cpp @@ -1,6 +1,8 @@ // Copyright (C) 2020 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 +#undef QT_NO_FOREACH // this file contains unported legacy Q_FOREACH uses + #include <QApplication> #include <QDialog> #include <QFontDatabase> |
