forked from qt-creator/qt-creator
Clang: Use class enum in Document
Change-Id: I754eaf185d10b61db5bd5f622d1912c53f71e79b Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -107,7 +107,7 @@ Document::Document(const Utf8String &filePath,
|
||||
fileArguments,
|
||||
documents))
|
||||
{
|
||||
if (fileExistsCheck == CheckIfFileExists)
|
||||
if (fileExistsCheck == FileExistsCheck::Check)
|
||||
checkIfFileExists();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user