| 713 | |
| 714 | |
| 715 | WebView* UBWebController::createNewTab() |
| 716 | { |
| 717 | if (mCurrentWebBrowser) |
| 718 | { |
| 719 | UBApplication::applicationController->showInternet(); |
| 720 | return mCurrentWebBrowser->tabWidget()->createTab(); |
| 721 | } |
| 722 | |
| 723 | return nullptr; |
| 724 | } |
| 725 | |
| 726 | |
| 727 | void UBWebController::copy() |
nothing calls this directly
no test coverage detected