| 158 | } |
| 159 | |
| 160 | void TextDocumentGeneratorPrivate::addMetaData(DocumentInfo::Key key, const QString &value) |
| 161 | { |
| 162 | mDocumentInfo.set(key, value); |
| 163 | } |
| 164 | |
| 165 | QList<TextDocumentGeneratorPrivate::LinkInfo> TextDocumentGeneratorPrivate::generateLinkInfos() const |
| 166 | { |