| 19675 | |
| 19676 | #if 0 |
| 19677 | void QKeyMapper_Worker::initSkipReleaseModifiersKeysList() |
| 19678 | { |
| 19679 | skipReleaseModifiersKeysList = QStringList() \ |
| 19680 | << "VolumeMute" |
| 19681 | << "VolumeDown" |
| 19682 | << "VolumeUp" |
| 19683 | ; |
| 19684 | } |
| 19685 | #endif |
| 19686 | |
| 19687 | #ifdef VIGEM_CLIENT_SUPPORT |
nothing calls this directly
no outgoing calls
no test coverage detected