MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / updateStyleSetting

Method updateStyleSetting

gui/resultsview.cpp:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void ResultsView::updateStyleSetting(QSettings *settings)
297{
298 CodeEditorStyle theStyle(CodeEditorStyle::loadSettings(settings));
299 mUI->mCode->setStyle(theStyle);
300}
301
302void ResultsView::setCheckDirectory(const QString &dir)
303{

Callers 1

programSettingsMethod · 0.80

Calls 1

setStyleMethod · 0.80

Tested by

no test coverage detected