| 748 | } |
| 749 | |
| 750 | void MainWindow::slotSyncInputEditorVisible(bool &visible) |
| 751 | { |
| 752 | visible = windowManager->isInputEditorVisible(); |
| 753 | } |
| 754 | |
| 755 | void MainWindow::slotFetchRamWatch(std::string &watch) |
| 756 | { |
nothing calls this directly
no test coverage detected