| 5449 | } |
| 5450 | |
| 5451 | void Document::setAnnotationEditingEnabled(bool enable) |
| 5452 | { |
| 5453 | d->m_annotationEditingEnabled = enable; |
| 5454 | foreachObserver(notifySetup(d->m_pagesVector, 0)); |
| 5455 | } |
| 5456 | |
| 5457 | void Document::walletDataForFile(const QString &fileName, QString *walletName, QString *walletFolder, QString *walletKey) const |
| 5458 | { |
no test coverage detected