diff options
| author | Ulf Hermann <ulf.hermann@qt.io> | 2023-08-18 10:05:52 +0200 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@qt.io> | 2023-08-21 18:25:36 +0200 |
| commit | 5774d9b13b77ab0ac567d78c0a76d5609f758c10 (patch) | |
| tree | c390ea9719c0ae42e0a586f32eecd1da7d965bd1 /src/qmldebug/qv4debugclient.cpp | |
| parent | 526a6da895fa772e950dd94c6dae3c013dd6a285 (diff) | |
Remove outdated #undef QT_NO_FOREACH
There is no foreach in those files anymore.
Amends commit 8edbcdbeb49630c207f3111d24b9c9e07029e333.
Task-number: QTBUG-115808
Change-Id: I110049a17b17ab4e1c90037125f2615b4612ea1c
Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
Diffstat (limited to 'src/qmldebug/qv4debugclient.cpp')
| -rw-r--r-- | src/qmldebug/qv4debugclient.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qmldebug/qv4debugclient.cpp b/src/qmldebug/qv4debugclient.cpp index 87f6a67d22..cb05a015a7 100644 --- a/src/qmldebug/qv4debugclient.cpp +++ b/src/qmldebug/qv4debugclient.cpp @@ -1,8 +1,6 @@ // 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" |
