MCPcopy Create free account
hub / github.com/KDE/gwenview / EmptyDocumentImpl

Method EmptyDocumentImpl

lib/document/emptydocumentimpl.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace Gwenview
31{
32EmptyDocumentImpl::EmptyDocumentImpl(Document *document)
33 : AbstractDocumentImpl(document)
34{
35}
36
37EmptyDocumentImpl::~EmptyDocumentImpl() = default;
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected