| 561 | } |
| 562 | |
| 563 | void TeXDocumentWindow::newFile() |
| 564 | { |
| 565 | TeXDocumentWindow *doc = new TeXDocumentWindow; |
| 566 | doc->selectWindow(); |
| 567 | doc->textEdit->updateLineNumberAreaWidth(0); |
| 568 | doc->runHooks(QString::fromLatin1("NewFile")); |
| 569 | } |
| 570 | |
| 571 | void TeXDocumentWindow::newFromTemplate() |
| 572 | { |
nothing calls this directly
no test coverage detected