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

Method init

app/plasma/runner/kdevelopsessions.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void KDevelopSessions::init()
40{
41 KDevelopSessionsWatch::registerObserver(this);
42
43 KRunner::AbstractRunner::init();
44}
45
46void KDevelopSessions::setSessionDataList(const QVector<KDevelopSessionData>& sessionDataList)
47{

Callers

nothing calls this directly

Calls 2

registerObserverFunction · 0.85
initFunction · 0.50

Tested by

no test coverage detected