| 1331 | } |
| 1332 | |
| 1333 | bool MIDebugSession::isCurrentDebugSession(const QObject* object) |
| 1334 | { |
| 1335 | return object == ICore::self()->debugController()->currentSession(); |
| 1336 | } |
| 1337 | |
| 1338 | void MIDebugSession::currentSessionChanged(IDebugSession* session, IDebugSession* previousSession) |
| 1339 | { |
nothing calls this directly
no test coverage detected