MCPcopy 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
69QList<QUrl> Session::containedProjects() const
70{
71 Q_D(const Session);
72
73 return d->info.projects;
74}
75
76QString Session::description() const
77{

Callers 2

openProjectMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected