forked from qt-creator/qt-creator
Debugger: filepathify DiagnosticLocation
Change-Id: Ibbbf137231b313ec10e3d57c0230217b0c1e0a6c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -232,7 +232,7 @@ ClangToolsProjectSettings::ClangToolsProjectSettingsPtr
|
||||
}
|
||||
|
||||
SuppressedDiagnostic::SuppressedDiagnostic(const Diagnostic &diag)
|
||||
: filePath(Utils::FilePath::fromString(diag.location.filePath))
|
||||
: filePath(diag.location.filePath)
|
||||
, description(diag.description)
|
||||
, uniquifier(diag.explainingSteps.count())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user