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

Method SessionPrivate

kdevplatform/shell/session.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 bool isTemporary;
35
36 SessionPrivate( Session* session, const QString& id )
37 : info( Session::parse( id, true ) )
38 , q( session )
39 , isTemporary( false )
40 {
41 }
42
43 void updateDescription()
44 {

Callers

nothing calls this directly

Calls 1

parseFunction · 0.50

Tested by

no test coverage detected