| 6064 | /** DocumentSynopsis **/ |
| 6065 | |
| 6066 | DocumentSynopsis::DocumentSynopsis() |
| 6067 | : QDomDocument(QStringLiteral("DocumentSynopsis")) |
| 6068 | { |
| 6069 | // void implementation, only subclassed for naming |
| 6070 | } |
| 6071 | |
| 6072 | DocumentSynopsis::DocumentSynopsis(const QDomDocument &document) |
| 6073 | : QDomDocument(document) |
nothing calls this directly
no outgoing calls
no test coverage detected