| 86 | } |
| 87 | |
| 88 | QReadWriteLock* ILanguageSupport::parseLock() const |
| 89 | { |
| 90 | Q_D(const ILanguageSupport); |
| 91 | |
| 92 | return &d->lock; |
| 93 | } |
| 94 | |
| 95 | int ILanguageSupport::suggestedReparseDelayForChange(KTextEditor::Document* doc, |
| 96 | const KTextEditor::Range& changedRange, |
no outgoing calls
no test coverage detected