| 59 | } |
| 60 | |
| 61 | void KeybindSettings::resetKeybinds(const Parse_AllKeyProfiles &default_profiles) |
| 62 | { |
| 63 | m_keybind_profiles = default_profiles; |
| 64 | } |
| 65 | |
| 66 | void KeybindSettings::setKeybind(QString &profile, KeyName &key, ModKeys &mods, QString &command, bool &is_secondary) |
| 67 | { |
no outgoing calls
no test coverage detected