| 630 | } |
| 631 | |
| 632 | void KDevelop::TextView::writeSessionConfig(KConfigGroup& config) |
| 633 | { |
| 634 | Q_D(TextView); |
| 635 | |
| 636 | if (!d->view) { |
| 637 | return; |
| 638 | } |
| 639 | d->view->writeSessionConfig(config); |
| 640 | } |
| 641 | |
| 642 | QString KDevelop::TextDocument::documentType() const |
| 643 | { |
no outgoing calls
no test coverage detected