Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
QString captionForAnnotation(const Okular::Annotation *ann)
152
{
153
Q_ASSERT(ann);
154
return getAnnotationInfo(ann).caption;
155
}
156
157
QIcon iconForAnnotationInfo(const AnnotationInfo &info)
158
{
Callers
2
data
Method · 0.85
addActionsToMenu
Method · 0.85
Calls
1
getAnnotationInfo
Function · 0.85
Tested by
no test coverage detected