| 421 | } |
| 422 | |
| 423 | void SettingsFragment::onTrayEditorCommitted() |
| 424 | { |
| 425 | auto menu = ui->menu_edit->exportMenu(); |
| 426 | _trayIcon->updateTrayMenu(menu); |
| 427 | } |
| 428 | |
| 429 | void SettingsFragment::onTrayEditorReset() |
| 430 | { |
nothing calls this directly
no test coverage detected