| 406 | } |
| 407 | |
| 408 | void WindowManager::getMarkerText(std::string &text) const |
| 409 | { |
| 410 | if (inputEditorWindow_) { |
| 411 | inputEditorWindow_->inputEditorView->getCurrentMarkerText(text); |
| 412 | } |
| 413 | else { |
| 414 | text.clear(); |
| 415 | } |
| 416 | } |
| 417 | |
| 418 | void WindowManager::registerSavestate(int slot, unsigned long long frame) |
| 419 | { |
no test coverage detected