| 276 | } |
| 277 | |
| 278 | void DebugSession::handleCoreFile(const ResultRecord& r) |
| 279 | { |
| 280 | if (r.isReasonError()) { |
| 281 | failedToLoadCoreFile(r.errorMessage()); |
| 282 | return; |
| 283 | } |
| 284 | coreFileLoaded(); |
| 285 | } |
| 286 | |
| 287 | #include "moc_debugsession.cpp" |
nothing calls this directly
no test coverage detected