| 64 | } |
| 65 | |
| 66 | QWidget* SkinInterface::GetRootWidget() { |
| 67 | return /*root_widget_*/nullptr; |
| 68 | } |
| 69 | |
| 70 | bool SkinInterface::eventFilter(QObject *watched, QEvent *event) { |
| 71 | //if (watched == root_widget_) { |
nothing calls this directly
no outgoing calls
no test coverage detected