GUI: Fix compiling.
This commit is contained in:
parent
83a8879f11
commit
11e073cf99
|
@ -360,7 +360,7 @@ Settings MainWindow::GetCppcheckSettings()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
result._debug = false;
|
result.debug = false;
|
||||||
result._checkCodingStyle = true;
|
result._checkCodingStyle = true;
|
||||||
result._errorsOnly = false;
|
result._errorsOnly = false;
|
||||||
result._verbose = true;
|
result._verbose = true;
|
||||||
|
|
Loading…
Reference in New Issue