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

Method JpegDocumentLoadedImpl

lib/document/jpegdocumentloadedimpl.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37};
38
39JpegDocumentLoadedImpl::JpegDocumentLoadedImpl(Document *doc, JpegContent *jpegContent)
40 : DocumentLoadedImpl(doc, QByteArray() /* rawData */)
41 , d(new JpegDocumentLoadedImplPrivate)
42{
43 Q_ASSERT(jpegContent);
44 d->mJpegContent = jpegContent;
45}
46
47JpegDocumentLoadedImpl::~JpegDocumentLoadedImpl()
48{

Callers

nothing calls this directly

Calls 1

QByteArrayClass · 0.70

Tested by

no test coverage detected