| 3812 | } |
| 3813 | |
| 3814 | TextFormat::Encoding TextDocument::getEncoding() const { |
| 3815 | return mEncoding; |
| 3816 | } |
| 3817 | |
| 3818 | void TextDocument::setEncoding( TextFormat::Encoding encoding ) { |
| 3819 | mEncoding = encoding; |
no outgoing calls
no test coverage detected