| 2640 | } |
| 2641 | |
| 2642 | void TextDocument::setHExtLanguageType( HExtLanguageType hExtLanguageType ) { |
| 2643 | mHExtLanguageType = hExtLanguageType; |
| 2644 | } |
| 2645 | |
| 2646 | const Uint64& TextDocument::getModificationId() const { |
| 2647 | return mModificationId; |
no outgoing calls
no test coverage detected