forked from qt-creator/qt-creator
QmlDesigner: Move QmlWarningDialog to the QmlDesigner namespace
Change-Id: Ic8fa31ded61992f05ceeee7f5cab85022e9b3d99 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
acac9cb89a
commit
095b1a22fe
@@ -33,12 +33,10 @@
|
|||||||
|
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
|
||||||
namespace Ui { class QmlWarningDialog; }
|
|
||||||
QT_END_NAMESPACE
|
|
||||||
|
|
||||||
namespace QmlDesigner {
|
namespace QmlDesigner {
|
||||||
|
|
||||||
|
namespace Ui { class QmlWarningDialog; }
|
||||||
|
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
class QmlWarningDialog : public QDialog
|
class QmlWarningDialog : public QDialog
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>QmlWarningDialog</class>
|
<class>QmlDesigner::QmlWarningDialog</class>
|
||||||
<widget class="QDialog" name="QmlWarningDialog">
|
<widget class="QDialog" name="QmlDesigner::QmlWarningDialog">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
|
Reference in New Issue
Block a user