QmlDesigner: Move QmlWarningDialog to the QmlDesigner namespace

Change-Id: Ic8fa31ded61992f05ceeee7f5cab85022e9b3d99
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2015-07-08 15:19:40 +02:00
committed by Thomas Hartmann
parent acac9cb89a
commit 095b1a22fe
2 changed files with 4 additions and 6 deletions

View File

@@ -33,12 +33,10 @@
#include <QDialog>
QT_BEGIN_NAMESPACE
namespace Ui { class QmlWarningDialog; }
QT_END_NAMESPACE
namespace QmlDesigner {
namespace Ui { class QmlWarningDialog; }
namespace Internal {
class QmlWarningDialog : public QDialog

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QmlWarningDialog</class>
<widget class="QDialog" name="QmlWarningDialog">
<class>QmlDesigner::QmlWarningDialog</class>
<widget class="QDialog" name="QmlDesigner::QmlWarningDialog">
<property name="geometry">
<rect>
<x>0</x>