forked from qt-creator/qt-creator
QmlDesigner: Fix build with namespaced Qt
Broke with 309021a73f
.
Change-Id: Ie3e22d7231ed00b498aca234456a2881c10b13bb
Reviewed-by: Aleksei German <aleksei.german@qt.io>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -38,9 +38,11 @@
|
|||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
class QTextEdit;
|
class QTextEdit;
|
||||||
class QDialogButtonBox;
|
class QDialogButtonBox;
|
||||||
class QVBoxLayout;
|
class QVBoxLayout;
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
namespace QmlDesigner {
|
namespace QmlDesigner {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user