| 85 | } |
| 86 | |
| 87 | ExecutableWindow *WindowManager::executableWindow() |
| 88 | { |
| 89 | if (!executableWindow_) { |
| 90 | executableWindow_ = new ExecutableWindow(context, owner); |
| 91 | executableWindow_->update_config(); |
| 92 | } |
| 93 | |
| 94 | return executableWindow_; |
| 95 | } |
| 96 | |
| 97 | ControllerTabWindow *WindowManager::controllerTabWindow() |
| 98 | { |
nothing calls this directly
no test coverage detected