///////////////////////////////////////////////////////
| 52 | |
| 53 | //////////////////////////////////////////////////////////// |
| 54 | CursorImpl::CursorImpl() : m_display(openDisplay()) |
| 55 | { |
| 56 | } |
| 57 | |
| 58 | |
| 59 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected