| 197 | } |
| 198 | |
| 199 | QWidget* ClientPluginInterface::GetRootWidget() { |
| 200 | return root_widget_; |
| 201 | } |
| 202 | |
| 203 | bool ClientPluginInterface::eventFilter(QObject *watched, QEvent *event) { |
| 204 | if (watched == root_widget_) { |
nothing calls this directly
no outgoing calls
no test coverage detected