Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
782
void Annotation::setNativeData(std::shared_ptr<void> data)
783
{
784
Q_D(Annotation);
785
d->m_nativeData = std::move(data);
786
}
787
788
const void *Annotation::nativeData() const
789
{
Callers
1
createPopplerAnnotationFromOkularAnnotation
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected