| 1483 | } |
| 1484 | |
| 1485 | void |
| 1486 | ProfileConfigTab::onDeviceTweaksClicked(void) |
| 1487 | { |
| 1488 | this->tweaks->setProfile(&this->profile); |
| 1489 | this->tweaks->exec(); |
| 1490 | } |
| 1491 | |
| 1492 | void |
| 1493 | ProfileConfigTab::onDeviceTweaksAccepted(void) |
nothing calls this directly
no test coverage detected