| 453 | } |
| 454 | |
| 455 | void UBWebController::setSourceWidget(QWidget* pWidget) |
| 456 | { |
| 457 | mBrowserWidget = pWidget; |
| 458 | UBApplication::applicationController->setMirrorSourceWidget(pWidget); |
| 459 | } |
| 460 | |
| 461 | |
| 462 | void UBWebController::trap() |
nothing calls this directly
no test coverage detected