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

Method Document

lib/document/document.cpp:150–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150Document::Document(const QUrl &url)
151 : QObject()
152 , d(new DocumentPrivate)
153{
154 d->q = this;
155 d->mImpl = nullptr;
156 d->mUrl = url;
157 d->mKeepRawData = false;
158}
159
160Document::~Document()
161{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected