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

Method setNativeData

core/annotations.cpp:782–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782void Annotation::setNativeData(std::shared_ptr<void> data)
783{
784 Q_D(Annotation);
785 d->m_nativeData = std::move(data);
786}
787
788const void *Annotation::nativeData() const
789{

Calls

no outgoing calls

Tested by

no test coverage detected