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

Method document

modules/QtPDF/src/PDFDocumentWidget.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68QWeakPointer<Backend::Document> PDFDocumentWidget::document() const
69{
70 if (!_scene)
71 return QWeakPointer<Backend::Document>();
72 return _scene->document();
73}
74
75bool PDFDocumentWidget::watchForDocumentChangesOnDisk() const
76{

Callers 1

loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected