/////////////////////////////////////////////////////// \brief Deleted copy constructor ///////////////////////////////////////////////////////
| 105 | /// |
| 106 | //////////////////////////////////////////////////////////// |
| 107 | WindowImpl(const WindowImpl&) = delete; |
| 108 | |
| 109 | //////////////////////////////////////////////////////////// |
| 110 | /// \brief Deleted copy assignment |
nothing calls this directly
no outgoing calls
no test coverage detected