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

Method DocumentLoadedImpl

lib/document/documentloadedimpl.cpp:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46DocumentLoadedImpl::DocumentLoadedImpl(Document *document, const QByteArray &rawData, bool quietInit)
47 : AbstractDocumentImpl(document)
48 , d(new DocumentLoadedImplPrivate)
49{
50 if (document->keepRawData()) {
51 d->mRawData = rawData;
52 }
53 d->mQuietInit = quietInit;
54}
55
56DocumentLoadedImpl::~DocumentLoadedImpl()
57{

Callers

nothing calls this directly

Calls 1

keepRawDataMethod · 0.80

Tested by

no test coverage detected