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

Method SvgDocumentLoadedImpl

lib/document/svgdocumentloadedimpl.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37SvgDocumentLoadedImpl::SvgDocumentLoadedImpl(Document *document, const QByteArray &data)
38 : AbstractDocumentImpl(document)
39 , d(new SvgDocumentLoadedImplPrivate)
40{
41 d->mRawData = data;
42 d->mRenderer = new QSvgRenderer(this);
43}
44
45SvgDocumentLoadedImpl::~SvgDocumentLoadedImpl()
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected