MCPcopy Create free account
hub / github.com/KDE/okular / setReadWrite

Method setReadWrite

part/part.cpp:3903–3907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3901#endif
3902
3903void Part::setReadWrite(bool readwrite)
3904{
3905 m_document->setAnnotationEditingEnabled(readwrite);
3906 ReadWritePart::setReadWrite(readwrite);
3907}
3908
3909void Part::enableStartWithFind(const QString &text)
3910{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected