src: refactored ErrorInfo to be used as standard error type outside of Storage
This commit is contained in:
@@ -230,7 +230,7 @@ size_t QtCodeNavigator::getFatalErrorCountForFile(const FilePath& filePath) cons
|
||||
for (const std::pair<Id, ErrorInfo>& p : m_errorInfos)
|
||||
{
|
||||
const ErrorInfo& error = p.second;
|
||||
if (error.filePath == filePath && error.isFatal)
|
||||
if (error.filePath == filePath && error.fatal)
|
||||
{
|
||||
fatalErrorCount++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user