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

Method ~Document

modules/QtPDF/src/PDFBackend.cpp:206–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206Document::~Document()
207{
208#ifdef DEBUG
209// qDebug() << "Document::~Document()";
210#endif
211 clearPages();
212 _pageCache.removeDocumentTiles(this);
213}
214
215Document::size_type Document::numPages() const { QReadLocker docLocker(_docLock.data()); return _numPages; }
216PDFPageProcessingThread &Document::processingThread() { QReadLocker docLocker(_docLock.data()); return _processingThread; }

Callers

nothing calls this directly

Calls 1

removeDocumentTilesMethod · 0.80

Tested by

no test coverage detected