MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / doUnloadInterception

Method doUnloadInterception

QKeyMapper/interception_worker.cpp:270–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270void 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
282void Interception_Worker::interceptionLoopBreak()
283{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected