diff options
Diffstat (limited to 'tests/manual/qopenglwidget/openglwidget/main.cpp')
| -rw-r--r-- | tests/manual/qopenglwidget/openglwidget/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/qopenglwidget/openglwidget/main.cpp b/tests/manual/qopenglwidget/openglwidget/main.cpp index 7ea5a4e7d7a..1930e68bdd1 100644 --- a/tests/manual/qopenglwidget/openglwidget/main.cpp +++ b/tests/manual/qopenglwidget/openglwidget/main.cpp @@ -1,6 +1,8 @@ // Copyright (C) 2016 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 "openglwidget.h" #include <QApplication> #include <QPushButton> |
