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

Method notifyUserChangedFilterKeys

QKeyMapper/qkeymapper_worker.cpp:9908–9915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9906}
9907
9908void QKeyMapper_Worker::notifyUserChangedFilterKeys()
9909{
9910 // Clear the restore flag since user manually changed FilterKeys
9911 s_RestoreFilterKeysState = false;
9912#ifdef DEBUG_LOGOUT_ON
9913 qDebug() << "[QKeyMapper_Worker::notifyUserChangedFilterKeys] User changed FilterKeys, clearing restore flag";
9914#endif
9915}
9916
9917void QKeyMapper_Worker::setKeyMappingRestart()
9918{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected