| 446 | } |
| 447 | |
| 448 | String GuiContext::getClipboard() const { |
| 449 | return m_applicationController->getClipboard().value(); |
| 450 | } |
| 451 | |
| 452 | bool GuiContext::setClipboard(String text) { |
| 453 | return m_applicationController->setClipboard(std::move(text)); |
no test coverage detected