| 3084 | } |
| 3085 | |
| 3086 | bool Document::exportTo(const QString &fileName, const ExportFormat &format) const |
| 3087 | { |
| 3088 | return d->m_generator ? d->m_generator->exportTo(fileName, format) : false; |
| 3089 | } |
| 3090 | |
| 3091 | bool Document::historyAtBegin() const |
| 3092 | { |
no outgoing calls
no test coverage detected