| 1490 | } |
| 1491 | |
| 1492 | void |
| 1493 | ProfileConfigTab::onDeviceTweaksAccepted(void) |
| 1494 | { |
| 1495 | if (this->tweaks->hasChanged()) { |
| 1496 | this->tweaks->commitConfig(); |
| 1497 | this->configChanged(true); |
| 1498 | this->hasTweaks = true; |
| 1499 | } |
| 1500 | } |
nothing calls this directly
no test coverage detected