| 396 | } |
| 397 | |
| 398 | void WindowManager::getRamWatch(std::string &watch) const |
| 399 | { |
| 400 | if (ramWatchWindow_) { |
| 401 | ramWatchWindow_->ramWatchView->slotGet(watch); |
| 402 | } |
| 403 | else { |
| 404 | watch.clear(); |
| 405 | } |
| 406 | } |
| 407 | |
| 408 | void WindowManager::getMarkerText(std::string &text) const |
| 409 | { |
no test coverage detected