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

Function setPath

gui/common.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void setPath(const QString &type, const QString &value)
48{
49 QSettings settings;
50 settings.setValue(type, value);
51}
52
53QString toFilterString(const QMap<QString,QString>& filters, bool addAllSupported, bool addAll)
54{

Callers 11

FileWithDetailsMethod · 0.85
askFileDirMethod · 0.85
loadSettingsMethod · 0.85
doAnalyzeProjectMethod · 0.85
doAnalyzeFilesMethod · 0.85
selectFilesToAnalyzeMethod · 0.85
loadResultsMethod · 0.85
saveMethod · 0.85
openProjectFileMethod · 0.85
newProjectFileMethod · 0.85
browseMethod · 0.85

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected