MCPcopy Create free account
hub / github.com/KDE/okular / DocumentInfo

Method DocumentInfo

core/document.cpp:5850–5853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5848/** DocumentInfo **/
5849
5850DocumentInfo::DocumentInfo()
5851 : d(new DocumentInfoPrivate())
5852{
5853}
5854
5855DocumentInfo::DocumentInfo(const DocumentInfo &info)
5856 : d(new DocumentInfoPrivate())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected