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

Method loadDisabledKeyboardList

QKeyMapper/interception_worker.cpp:1017–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015}
1016
1017void Interception_Worker::loadDisabledKeyboardList(const QStringList &disabledlist)
1018{
1019 disabledKeyboardList = disabledlist;
1020}
1021
1022void Interception_Worker::loadDisabledMouseList(const QStringList &disabledlist)
1023{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected