==============================================================================
| 1051 | |
| 1052 | //============================================================================== |
| 1053 | inline DesktopWindow::DesktopWindow (Bounds b) { pimpl = std::make_unique<Pimpl> (*this, b); } |
| 1054 | inline DesktopWindow::~DesktopWindow() {} |
| 1055 | |
| 1056 | inline void* DesktopWindow::getWindowHandle() const { return pimpl->getWindowHandle(); } |
nothing calls this directly
no outgoing calls
no test coverage detected