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

Method saveDisabledKeyboardList

QKeyMapper/interception_worker.cpp:991–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989}
990
991void Interception_Worker::saveDisabledKeyboardList()
992{
993#ifdef DEBUG_LOGOUT_ON
994 qDebug() << "[saveDisabledKeyboardList] Save disabledKeyboardList ->" << disabledKeyboardList;
995#endif
996
997 QSettings settingFile(CONFIG_FILENAME, QSettings::IniFormat);
998#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
999 settingFile.setIniCodec("UTF-8");
1000#endif
1001 settingFile.setValue(DISABLED_KEYBOARDLIST , disabledKeyboardList);
1002}
1003
1004void Interception_Worker::saveDisabledMouseList()
1005{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected