| 238 | } |
| 239 | |
| 240 | QWidget* GrPluginInterface::GetRootWidget() { |
| 241 | return root_widget_; |
| 242 | } |
| 243 | |
| 244 | bool GrPluginInterface::eventFilter(QObject *watched, QEvent *event) { |
| 245 | if (watched == root_widget_) { |
nothing calls this directly
no outgoing calls
no test coverage detected