forked from qt-creator/qt-creator
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:
@@ -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(); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user