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

Method JSData

core/script/js_data.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52JSData::JSData(EmbeddedFile *f, QObject *parent)
53 : QObject(parent)
54 , m_file(f)
55{
56}
57
58JSData::~JSData() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected