forked from qt-creator/qt-creator
Meson: Squash remaining namespaces
Change-Id: I44b8ba867f01dfd917a0d1c53c9487865b781d2a Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
#include <QStyledItemDelegate>
|
||||
#include <QTextEdit>
|
||||
|
||||
namespace MesonProjectManager {
|
||||
namespace Internal {
|
||||
namespace MesonProjectManager::Internal {
|
||||
|
||||
// this could be relaxed once we have something able to link reliably meson build type
|
||||
// to QTC build type and update it, this must not break any features like tests/debug/profiling...
|
||||
@@ -192,5 +191,4 @@ void BuildOptionDelegate::setModelData(QWidget *editor,
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace MesonProjectManager
|
||||
} // namespace MesonProjectManager::Internal
|
||||
|
||||
Reference in New Issue
Block a user