Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ containedProjects
Method
containedProjects
kdevplatform/shell/session.cpp:69–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
QList<QUrl> Session::containedProjects() const
70
{
71
Q_D(const Session);
72
73
return d->info.projects;
74
}
75
76
QString Session::description() const
77
{
Callers
2
openProject
Method · 0.80
initialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected