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

@@ -308,8 +308,8 @@ bool DiffEditorDocument::reload(QString *errorString, ReloadFlag flag, ChangeTyp
return open(errorString, filePath(), filePath()) == OpenResult::Success;
}
Core::IDocument::OpenResult DiffEditorDocument::open(QString *errorString, const Utils::FilePath &filePath,
const Utils::FilePath &realFilePath)
Core::IDocument::OpenResult DiffEditorDocument::open(QString *errorString, const FilePath &filePath,
const FilePath &realFilePath)
{
QTC_CHECK(filePath == realFilePath); // does not support autosave
beginReload();