| 30 | namespace Gwenview |
| 31 | { |
| 32 | EmptyDocumentImpl::EmptyDocumentImpl(Document *document) |
| 33 | : AbstractDocumentImpl(document) |
| 34 | { |
| 35 | } |
| 36 | |
| 37 | EmptyDocumentImpl::~EmptyDocumentImpl() = default; |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected