DiffEditor: Use nested using namespace declarations

Change-Id: Iaf695a7c95f4267b5480036dedfa0485b841ca6e
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Jarek Kobus
2023-06-08 16:23:06 +02:00
parent 2caf4efbb2
commit d93d1743fd
14 changed files with 26 additions and 54 deletions

View File

@@ -14,8 +14,7 @@
#include <QCoreApplication>
namespace DiffEditor {
namespace Internal {
namespace DiffEditor::Internal {
IDiffView::IDiffView(QObject *parent) : QObject(parent)
{ }
@@ -230,5 +229,4 @@ void SideBySideView::setSync(bool sync)
m_widget->setHorizontalSync(sync);
}
} // namespace Internal
} // namespace DiffEditor
} // namespace DiffEditor::Internal