| 268 | } |
| 269 | |
| 270 | void Interception_Worker::doUnloadInterception() |
| 271 | { |
| 272 | if (s_InterceptionContext != Q_NULLPTR) { |
| 273 | stopInterception(); |
| 274 | interception_destroy_context(s_InterceptionContext); |
| 275 | s_InterceptionContext = Q_NULLPTR; |
| 276 | #ifdef DEBUG_LOGOUT_ON |
| 277 | qDebug().nospace() << "[doUnloadInterception] interception_destroy_context()"; |
| 278 | #endif |
| 279 | } |
| 280 | } |
| 281 | |
| 282 | void Interception_Worker::interceptionLoopBreak() |
| 283 | { |
nothing calls this directly
no outgoing calls
no test coverage detected