| 758 | } |
| 759 | |
| 760 | void MainWindow::slotFetchMarkerText(std::string &text) |
| 761 | { |
| 762 | windowManager->getMarkerText(text); |
| 763 | } |
| 764 | |
| 765 | void MainWindow::slotRegisterSavestate(int slot, unsigned long long frame) |
| 766 | { |
nothing calls this directly
no test coverage detected