QmlDesigner: Fix build with namespaced Qt

Change-Id: I1dd6da16165f4503da32bebafec6b43074442a29
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2020-01-06 17:53:06 +01:00
committed by Christian Stenger
parent 93c668926d
commit 307b4fb97b

View File

@@ -44,8 +44,10 @@
#include <QtCore/qobject.h>
QT_BEGIN_NAMESPACE
class QPointF;
class QQuickItem;
QT_END_NAMESPACE
class Tooltip : public QObject
{