| 5848 | /** DocumentInfo **/ |
| 5849 | |
| 5850 | DocumentInfo::DocumentInfo() |
| 5851 | : d(new DocumentInfoPrivate()) |
| 5852 | { |
| 5853 | } |
| 5854 | |
| 5855 | DocumentInfo::DocumentInfo(const DocumentInfo &info) |
| 5856 | : d(new DocumentInfoPrivate()) |
nothing calls this directly
no outgoing calls
no test coverage detected