From 307b4fb97b72dabb80de5c99745cfe1203e063d5 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 6 Jan 2020 17:53:06 +0100 Subject: [PATCH] QmlDesigner: Fix build with namespaced Qt Change-Id: I1dd6da16165f4503da32bebafec6b43074442a29 Reviewed-by: Christian Stenger --- src/plugins/qmldesigner/components/propertyeditor/tooltip.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/qmldesigner/components/propertyeditor/tooltip.h b/src/plugins/qmldesigner/components/propertyeditor/tooltip.h index 8487308d11c..785a1b51d42 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/tooltip.h +++ b/src/plugins/qmldesigner/components/propertyeditor/tooltip.h @@ -44,8 +44,10 @@ #include +QT_BEGIN_NAMESPACE class QPointF; class QQuickItem; +QT_END_NAMESPACE class Tooltip : public QObject {