MCPcopy 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
115void Session::setTemporary(bool temp)
116{
117 Q_D(Session);
118
119 d->isTemporary = temp;
120}
121
122bool Session::isTemporary() const
123{

Callers 6

temporaryMethod · 0.80
tryLockSessionMethod · 0.80
restartSessionMethod · 0.80
initializeNonStaticMethod · 0.80

Calls

no outgoing calls

Tested by 6

temporaryMethod · 0.64
tryLockSessionMethod · 0.64
restartSessionMethod · 0.64
initializeNonStaticMethod · 0.64