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

Method setDisposeDataFunction

core/annotations.cpp:776–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776void Annotation::setDisposeDataFunction(DisposeDataFunction func)
777{
778 Q_D(Annotation);
779 d->m_disposeFunc = func;
780}
781
782void Annotation::setNativeData(std::shared_ptr<void> data)
783{

Callers 4

testAddAnnotationsMethod · 0.80
testRemoveAnnotationsMethod · 0.80
notifyAdditionMethod · 0.80

Calls

no outgoing calls

Tested by 2

testAddAnnotationsMethod · 0.64
testRemoveAnnotationsMethod · 0.64