forked from qt-creator/qt-creator
QmlDesignerBase: Add missing declaration and include
Change-Id: I72cc1006ca76843b8102e30b9a8d4c3370e81b8d Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
#include <QCursor>
|
#include <QCursor>
|
||||||
#include <QGuiApplication>
|
#include <QGuiApplication>
|
||||||
#include <QMainWindow>
|
#include <QMainWindow>
|
||||||
|
#include <QRect>
|
||||||
#include <QScreen>
|
#include <QScreen>
|
||||||
#include <QWindow>
|
#include <QWindow>
|
||||||
|
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
#include <QPoint>
|
#include <QPoint>
|
||||||
#include <QtQml/qqml.h>
|
#include <QtQml/qqml.h>
|
||||||
|
|
||||||
|
QT_FORWARD_DECLARE_CLASS(QRect)
|
||||||
QT_FORWARD_DECLARE_CLASS(QWindow)
|
QT_FORWARD_DECLARE_CLASS(QWindow)
|
||||||
|
|
||||||
namespace QmlDesigner {
|
namespace QmlDesigner {
|
||||||
|
Reference in New Issue
Block a user