Utils: Fix compilation with namespaced Qt

Change-Id: I5e9ce4a637672fece8884d88c87fc8aaee7d9cc3
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2023-06-12 09:10:16 +02:00
parent 890debd658
commit 3d4621c531
11 changed files with 62 additions and 45 deletions

View File

@@ -20,9 +20,11 @@
#include <QtCore/qstring.h>
#include <QtCore/qstack.h>
QT_QML_BEGIN_NAMESPACE
QT_BEGIN_NAMESPACE
class QDebug;
QT_END_NAMESPACE
QT_QML_BEGIN_NAMESPACE
namespace QmlJS {