forked from qt-creator/qt-creator
QmlDesigner: Fix build with namespaced Qt
Change-Id: I1dd6da16165f4503da32bebafec6b43074442a29 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Christian Stenger
parent
93c668926d
commit
307b4fb97b
@@ -44,8 +44,10 @@
|
||||
|
||||
#include <QtCore/qobject.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QPointF;
|
||||
class QQuickItem;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class Tooltip : public QObject
|
||||
{
|
||||
|
Reference in New Issue
Block a user