Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
ProjectFile *ProjectFile::mActiveProject;
40
41
ProjectFile::ProjectFile(QObject *parent) :
42
QObject(parent)
43
{
44
clear();
45
}
46
47
ProjectFile::ProjectFile(QString filename, QObject *parent) :
48
QObject(parent),
Callers
nothing calls this directly
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected