| 95 | } |
| 96 | |
| 97 | void 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 | |
| 106 | void Session::setContainedProjects( const QList<QUrl>& projects ) |
| 107 | { |