gui: removed options for possible error/style
This commit is contained in:
parent
96ba41b009
commit
d7db82293e
|
@ -80,9 +80,7 @@
|
|||
<property name="title">
|
||||
<string>&View</string>
|
||||
</property>
|
||||
<addaction name="mActionShowAll"/>
|
||||
<addaction name="mActionShowStyle"/>
|
||||
<addaction name="mActionShowAllStyle"/>
|
||||
<addaction name="mActionShowErrors"/>
|
||||
<addaction name="mActionCheckAll"/>
|
||||
<addaction name="mActionUncheckAll"/>
|
||||
|
|
|
@ -335,7 +335,6 @@ Settings MainWindow::GetCppcheckSettings()
|
|||
}
|
||||
|
||||
result._debug = false;
|
||||
result._showAll = true;
|
||||
result._checkCodingStyle = true;
|
||||
result._errorsOnly = false;
|
||||
result._verbose = true;
|
||||
|
|
Loading…
Reference in New Issue