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

Method setName

kdevplatform/shell/session.cpp:97–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void Session::setName( const QString& newname )
98{
99 Q_D(Session);
100
101 d->info.name = newname;
102 d->info.config->group( QString() ).writeEntry( cfgSessionNameEntry, newname );
103 d->updateDescription();
104}
105
106void Session::setContainedProjects( const QList<QUrl>& projects )
107{

Callers 8

setDataMethod · 0.45
newSessionMethod · 0.45
renameSessionMethod · 0.45
createSessionMethod · 0.45
cloneSessionMethod · 0.45
renameSessionMethod · 0.45
setOverrideCssCodeMethod · 0.45

Calls 3

writeEntryMethod · 0.80
updateDescriptionMethod · 0.80
QStringClass · 0.70

Tested by 2

renameSessionMethod · 0.36