Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setTemporary
Method
setTemporary
kdevplatform/shell/session.cpp:115–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void Session::setTemporary(bool temp)
116
{
117
Q_D(Session);
118
119
d->isTemporary = temp;
120
}
121
122
bool Session::isTemporary() const
123
{
Callers
6
temporary
Method · 0.80
tryLockSession
Method · 0.80
restartSession
Method · 0.80
loadPluginCustomDefaults
Method · 0.80
loadPluginNormalDefaults
Method · 0.80
initializeNonStatic
Method · 0.80
Calls
no outgoing calls
Tested by
6
temporary
Method · 0.64
tryLockSession
Method · 0.64
restartSession
Method · 0.64
loadPluginCustomDefaults
Method · 0.64
loadPluginNormalDefaults
Method · 0.64
initializeNonStatic
Method · 0.64