MCPcopy Create free account
hub / github.com/TeXworks/texworks / Document

Method Document

modules/QtPDF/src/PDFBackend.cpp:173–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171PDFPageCache Document::_pageCache;
172
173Document::Document(QString fileName):
174 _fileName(fileName)
175{
176 Q_ASSERT(_docLock != nullptr);
177
178#ifdef DEBUG
179// qDebug() << "Document::Document(" << fileName << ")";
180#endif
181}
182
183// FIXME: Consider porting Document to a PIMPL design in which we could just
184// call the constructor to construct a document

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected