| 65 | } |
| 66 | |
| 67 | EncodeWindow *WindowManager::encodeWindow() |
| 68 | { |
| 69 | if (!encodeWindow_) { |
| 70 | encodeWindow_ = new EncodeWindow(context, owner); |
| 71 | encodeWindow_->update_config(); |
| 72 | } |
| 73 | |
| 74 | return encodeWindow_; |
| 75 | } |
| 76 | |
| 77 | InputWindow *WindowManager::inputWindow() |
| 78 | { |
nothing calls this directly
no test coverage detected