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

Method linkToSource

src/PDFDocumentWindow.cpp:373–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373void PDFDocumentWindow::linkToSource(TeXDocumentWindow *texDoc)
374{
375 if (texDoc) {
376 if (!sourceDocList.contains(texDoc))
377 sourceDocList.append(texDoc);
378 actionGo_to_Source->setEnabled(true);
379 }
380}
381
382void PDFDocumentWindow::texClosed(QObject *obj)
383{

Callers 1

openPdfIfAvailableMethod · 0.80

Calls 2

containsMethod · 0.80
setEnabledMethod · 0.80

Tested by

no test coverage detected