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

Method run

app/plasma/runner/kdevelopsessions.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void KDevelopSessions::run(const KRunner::RunnerContext& context, const KRunner::QueryMatch& match)
112{
113 Q_UNUSED(context)
114 const QString sessionId = match.data().toString();
115 qDebug() << "Open KDevelop session" << sessionId;
116 KDevelopSessionsWatch::openSession(sessionId);
117}
118
119#include "kdevelopsessions.moc"
120#include "moc_kdevelopsessions.cpp"

Callers

nothing calls this directly

Calls 3

openSessionFunction · 0.85
toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected