forked from qt-creator/qt-creator
QmlDesigner: Fix compilation with namespaced Qt.
Change-Id: I4de7ae4391f57f4c7eac4e5e8b057b8365ca42c9 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
cd7f8706e8
commit
18b04d4b62
@@ -3,9 +3,11 @@
|
|||||||
|
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
|
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class QmlWarningDialog;
|
class QmlWarningDialog;
|
||||||
}
|
}
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
namespace QmlDesigner {
|
namespace QmlDesigner {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user