MCPcopy Create free account
hub / github.com/KDE/kdevelop / setContainedProjects

Method setContainedProjects

kdevplatform/shell/session.cpp:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void Session::setContainedProjects( const QList<QUrl>& projects )
107{
108 Q_D(Session);
109
110 d->info.projects = projects;
111 d->info.config->group( cfgSessionOptionsGroup ).writeEntry( cfgSessionProjectsEntry, projects );
112 d->updateDescription();
113}
114
115void Session::setTemporary(bool temp)
116{

Callers 1

Calls 2

writeEntryMethod · 0.80
updateDescriptionMethod · 0.80

Tested by

no test coverage detected