| 3901 | #endif |
| 3902 | |
| 3903 | void Part::setReadWrite(bool readwrite) |
| 3904 | { |
| 3905 | m_document->setAnnotationEditingEnabled(readwrite); |
| 3906 | ReadWritePart::setReadWrite(readwrite); |
| 3907 | } |
| 3908 | |
| 3909 | void Part::enableStartWithFind(const QString &text) |
| 3910 | { |
nothing calls this directly
no test coverage detected