* @brief Shows the button mapping dialog for the given direction button */
| 85 | * @brief Shows the button mapping dialog for the given direction button |
| 86 | */ |
| 87 | void SensorPushButtonGroup::openSensorButtonDialog(JoySensorButtonPushButton *pushbutton) |
| 88 | { |
| 89 | ButtonEditDialog *dialog = new ButtonEditDialog(pushbutton->getButton(), m_sensor->getParentSet()->getInputDevice(), |
| 90 | m_keypad_unlocked, parentWidget()); |
| 91 | dialog->show(); |
| 92 | } |
| 93 | |
| 94 | /** |
| 95 | * @brief Shows the sensor settings dialog |
nothing calls this directly
no test coverage detected