Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/okular
/ isExternal
Method
isExternal
core/action.cpp:140–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
bool GotoAction::isExternal() const
141
{
142
Q_D(const GotoAction);
143
return !d->m_extFileName.isEmpty();
144
}
145
146
QString GotoAction::fileName() const
147
{
Callers
1
processAction
Method · 0.80
Calls
1
isEmpty
Method · 0.80
Tested by
no test coverage detected