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

Method updateSettings

gui/resultstree.cpp:1177–1193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1175}
1176
1177void ResultsTree::updateSettings(bool showFullPath,
1178 bool saveFullPath,
1179 bool saveAllErrors,
1180 bool showErrorId,
1181 bool showInconclusive)
1182{
1183 if (mShowFullPath != showFullPath) {
1184 mShowFullPath = showFullPath;
1185 refreshFilePaths();
1186 }
1187
1188 mSaveFullPath = saveFullPath;
1189 mSaveAllErrors = saveAllErrors;
1190
1191 showIdColumn(showErrorId);
1192 showInconclusiveColumn(showInconclusive);
1193}
1194
1195void ResultsTree::setCheckDirectory(const QString &dir)
1196{

Callers 2

programSettingsMethod · 0.45
testReportTypeMethod · 0.45

Calls

no outgoing calls

Tested by 1

testReportTypeMethod · 0.36