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

Method Document

generators/comicbook/document.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47Document::Document()
48 : mDirectory(nullptr)
49 , mUnrar(nullptr)
50 , mArchive(nullptr)
51 , mArchiveDir(nullptr)
52{
53}
54
55Document::~Document()
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected