MCPcopy 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
140bool GotoAction::isExternal() const
141{
142 Q_D(const GotoAction);
143 return !d->m_extFileName.isEmpty();
144}
145
146QString GotoAction::fileName() const
147{

Callers 1

processActionMethod · 0.80

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected