Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ loadSession
Method
loadSession
kdevplatform/shell/sessioncontroller.cpp:383–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
}
382
383
void SessionController::loadSession( const QString& nameOrId )
384
{
385
Q_D(SessionController);
386
387
d->loadSessionExternally( session( nameOrId ) );
388
}
389
390
QList<QString> SessionController::sessionNames() const
391
{
Callers
3
openProject
Method · 0.80
canRenameActiveSession
Method · 0.80
onSessionClicked
Method · 0.80
Calls
1
loadSessionExternally
Method · 0.80
Tested by
1
canRenameActiveSession
Method · 0.64