| 1852 | } |
| 1853 | |
| 1854 | void ConfigMainWindow::conf_changed(void) |
| 1855 | { |
| 1856 | if (saveAction) |
| 1857 | saveAction->setEnabled(conf_get_changed()); |
| 1858 | } |
| 1859 | |
| 1860 | void fixup_rootmenu(struct menu *menu) |
| 1861 | { |
nothing calls this directly
no test coverage detected