| 109 | } |
| 110 | |
| 111 | void 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" |
nothing calls this directly
no test coverage detected