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

Function iconForAnnotation

gui/guiutils.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162QIcon iconForAnnotation(const Okular::Annotation *ann)
163{
164 Q_ASSERT(ann);
165 return iconForAnnotationInfo(getAnnotationInfo(ann));
166}
167
168QString authorForAnnotation(const Okular::Annotation *ann)
169{

Callers

nothing calls this directly

Calls 2

iconForAnnotationInfoFunction · 0.85
getAnnotationInfoFunction · 0.85

Tested by

no test coverage detected