forked from qt-creator/qt-creator
Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
This commit is contained in:
@@ -9,8 +9,7 @@ QT_BEGIN_NAMESPACE
|
||||
class QCompleter;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Core {
|
||||
namespace Utils {
|
||||
namespace Utils {
|
||||
|
||||
struct SubmitFieldWidgetPrivate;
|
||||
|
||||
@@ -65,7 +64,6 @@ private:
|
||||
SubmitFieldWidgetPrivate *m_d;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // SUBMITFIELDWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user