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

Method getLastResults

gui/mainwindow.cpp:1841–1846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1839}
1840
1841QString MainWindow::getLastResults() const
1842{
1843 if (!mProjectFile || mProjectFile->getBuildDir().isEmpty())
1844 return QString();
1845 return QFileInfo(mProjectFile->getFilename()).absolutePath() + '/' + mProjectFile->getBuildDir() + "/lastResults.xml";
1846}
1847
1848bool MainWindow::loadLastResults()
1849{

Callers

nothing calls this directly

Calls 3

isEmptyMethod · 0.80
getBuildDirMethod · 0.80
QStringClass · 0.70

Tested by

no test coverage detected