| 371 | } |
| 372 | |
| 373 | void 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 | |
| 382 | void PDFDocumentWindow::texClosed(QObject *obj) |
| 383 | { |
no test coverage detected