From 4fe9b631afc1a8df69b727756351dd73221c9174 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 17 Mar 2021 09:21:36 +0100 Subject: [PATCH] QmlDesigner: Fix compilation with namespaced Qt Amends f5a49e6b0b. Change-Id: I7f1d3163944944e1f3504540b4dafb251ba8e9a8 Reviewed-by: Eike Ziller --- .../components/annotationeditor/annotationcommenttab.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h index 5f9605f39f7..6fc647669d3 100644 --- a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h +++ b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.h @@ -29,7 +29,9 @@ #include "annotation.h" +QT_BEGIN_NAMESPACE class QDir; +QT_END_NAMESPACE namespace QmlDesigner {