Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ projectFile
Method
projectFile
kdevplatform/tests/testproject.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
Path TestProject::projectFile() const
62
{
63
return Path(m_path, m_path.lastPathSegment() + QLatin1String(
".kdev4"
));
64
}
65
66
Path TestProject::path() const
67
{
Callers
nothing calls this directly
Calls
2
lastPathSegment
Method · 0.80
Path
Class · 0.50
Tested by
no test coverage detected