| 540 | } |
| 541 | |
| 542 | TextDocumentSettings *TextDocumentGenerator::generalSettings() |
| 543 | { |
| 544 | Q_D(TextDocumentGenerator); |
| 545 | |
| 546 | return d->mGeneralSettings; |
| 547 | } |
| 548 | |
| 549 | TextDocumentConverter *TextDocumentGenerator::converter() |
| 550 | { |
no outgoing calls
no test coverage detected