/////////////////////////////////////////////////////// \brief Deleted copy constructor ///////////////////////////////////////////////////////
| 139 | /// |
| 140 | //////////////////////////////////////////////////////////// |
| 141 | Window(const Window&) = delete; |
| 142 | |
| 143 | //////////////////////////////////////////////////////////// |
| 144 | /// \brief Deleted copy assignment |
no outgoing calls
no test coverage detected