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