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

Method nativeHandle

core/action.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 d->m_nativeHandle = std::move(handle);
77}
78const void *Action::nativeHandle() const
79{
80 Q_D(const Action);
81 return d->m_nativeHandle.get();
82}
83
84void Action::setNextActions(const QList<Action *> &actions)
85{

Callers 2

opaqueActionMethod · 0.80
resolveMediaLinksFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected