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

Function captionForAnnotation

gui/guiutils.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151QString captionForAnnotation(const Okular::Annotation *ann)
152{
153 Q_ASSERT(ann);
154 return getAnnotationInfo(ann).caption;
155}
156
157QIcon iconForAnnotationInfo(const AnnotationInfo &info)
158{

Callers 2

dataMethod · 0.85
addActionsToMenuMethod · 0.85

Calls 1

getAnnotationInfoFunction · 0.85

Tested by

no test coverage detected