summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-01-06 17:53:06 +0100
committerChristian Stenger <christian.stenger@qt.io>2020-01-07 05:48:08 +0000
commit307b4fb97b72dabb80de5c99745cfe1203e063d5 (patch)
tree983a8727cf2957f601b7c68dba71d959abf7c84b
parent93c668926d3f454f52b73c631b975a49c43292ed (diff)
downloadqt-creator-307b4fb97b72dabb80de5c99745cfe1203e063d5.tar.gz
QmlDesigner: Fix build with namespaced Qt
Change-Id: I1dd6da16165f4503da32bebafec6b43074442a29 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/tooltip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/tooltip.h b/src/plugins/qmldesigner/components/propertyeditor/tooltip.h
index 8487308d11..785a1b51d4 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/tooltip.h
+++ b/src/plugins/qmldesigner/components/propertyeditor/tooltip.h
@@ -44,8 +44,10 @@
#include <QtCore/qobject.h>
+QT_BEGIN_NAMESPACE
class QPointF;
class QQuickItem;
+QT_END_NAMESPACE
class Tooltip : public QObject
{