///////////////////////////////////////////////////////
| 40 | |
| 41 | //////////////////////////////////////////////////////////// |
| 42 | Cursor::Cursor() : m_impl(std::make_unique<priv::CursorImpl>()) |
| 43 | { |
| 44 | } |
| 45 | |
| 46 | |
| 47 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected