forked from qt-creator/qt-creator
Meson: Squash remaining namespaces
Change-Id: I44b8ba867f01dfd917a0d1c53c9487865b781d2a Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
#include <projectexplorer/task.h>
|
||||
#include <projectexplorer/taskhub.h>
|
||||
|
||||
namespace MesonProjectManager {
|
||||
namespace Internal {
|
||||
namespace MesonProjectManager::Internal {
|
||||
|
||||
struct WarningRegex
|
||||
{
|
||||
@@ -136,5 +135,4 @@ void MesonOutputParser::setSourceDirectory(const Utils::FilePath &sourceDir)
|
||||
emit newSearchDirFound(sourceDir);
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace MesonProjectManager
|
||||
} // namespace MesonProjectManager::Internal
|
||||
|
||||
Reference in New Issue
Block a user