DiffEditor: Drop Utils:: prefix when using namespace Utils

Change-Id: I640447bcd90bba4281b2b945f53c54040060d3bc
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Jarek Kobus
2022-06-03 15:19:02 +02:00
parent 9ab0510eaf
commit 457fe4eb87
4 changed files with 31 additions and 32 deletions

View File

@@ -61,7 +61,7 @@ DiffEditorFactory::DiffEditorFactory() :
},
rightHandler {
Constants::DIFF_EDITOR_ID,
Utils::Id(Constants::SIDE_BY_SIDE_VIEW_ID).withSuffix(2),
Id(Constants::SIDE_BY_SIDE_VIEW_ID).withSuffix(2),
TextEditorActionHandler::None,
[](Core::IEditor *e) { return static_cast<DiffEditor *>(e)->rightEditorWidget(); }
}