MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / paste

Method paste

src/web/UBWebController.cpp:739–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737
738
739void UBWebController::paste()
740{
741 if (mCurrentWebBrowser && mCurrentWebBrowser->currentTab())
742 {
743 WebView* webView = mCurrentWebBrowser->currentTab();
744 QAction *act = webView->pageAction(QWebEnginePage::Paste);
745 if(act)
746 act->trigger();
747 }
748}
749
750
751void UBWebController::cut()

Callers 1

actionPasteMethod · 0.45

Calls 1

currentTabMethod · 0.80

Tested by

no test coverage detected