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

Method ProjectFile

gui/projectfile.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39ProjectFile *ProjectFile::mActiveProject;
40
41ProjectFile::ProjectFile(QObject *parent) :
42 QObject(parent)
43{
44 clear();
45}
46
47ProjectFile::ProjectFile(QString filename, QObject *parent) :
48 QObject(parent),

Callers

nothing calls this directly

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected