aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qv4debugclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmldebug/qv4debugclient.cpp')
-rw-r--r--src/qmldebug/qv4debugclient.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmldebug/qv4debugclient.cpp b/src/qmldebug/qv4debugclient.cpp
index cb05a015a7..87f6a67d22 100644
--- a/src/qmldebug/qv4debugclient.cpp
+++ b/src/qmldebug/qv4debugclient.cpp
@@ -1,6 +1,8 @@
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+#undef QT_NO_FOREACH // this file contains unported legacy Q_FOREACH uses
+
#include "qv4debugclient_p.h"
#include "qv4debugclient_p_p.h"
#include "qqmldebugconnection_p.h"