Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/okular
/ sourceReferenceToolTip
Method
sourceReferenceToolTip
core/sourcereference.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
QString Okular::sourceReferenceToolTip(const SourceReference &sourceReference)
102
{
103
return i18nc(
"'source' is a source file"
,
"Source: %1"
, sourceReference.fileName());
104
}
Callers
nothing calls this directly
Calls
1
fileName
Method · 0.45
Tested by
no test coverage detected