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

Method open

gui/report.cpp:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool Report::open()
45{
46 bool succeed = false;
47 if (!mFile.isOpen()) {
48 mFile.setFileName(mFilename);
49 succeed = mFile.open(QIODevice::ReadOnly | QIODevice::Text);
50 }
51 return succeed;
52}
53
54void Report::close()
55{

Callers 15

analyzeFileMethod · 0.45
reopenMethod · 0.45
openPlistMethod · 0.45
createDumpFileFunction · 0.45
addFilesToListFunction · 0.45
updateFromOldReportMethod · 0.45
needsReCheckMethod · 0.45
determineVersionMethod · 0.45
numberOfReportsFunction · 0.45
saveStatisticsMethod · 0.45
readErrorsXmlMethod · 0.45
updateDetailsMethod · 0.45

Calls 1

setFileNameMethod · 0.45

Tested by 4

loadCfgFileMethod · 0.36
saveCfgFileMethod · 0.36
getAddonFilePathMethod · 0.36
readXmlMethod · 0.36