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:
Christian Stenger
2019-08-20 07:28:29 +02:00
parent 6f949ebf18
commit e425706c4d

View File

@@ -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 {