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

Function find

shell/shellutils.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142QString find(const QString &serializedOptions)
143{
144 QString result, dummyString;
145 bool dummy;
146 unserializeOptions(serializedOptions, &dummy, &dummy, &dummy, &dummy, &dummy, &dummyString, &result, &dummyString);
147 return QString::fromUtf8(QByteArray::fromBase64(result.toLatin1()));
148}
149
150QString editorCmd(const QString &serializedOptions)
151{

Callers 6

mainFunction · 0.85
applyOptionsToPartMethod · 0.85
testShellMethod · 0.85
registerRadioButtonMethod · 0.85
notifyPageChangedMethod · 0.85
setupViewerActionsMethod · 0.85

Calls 1

unserializeOptionsFunction · 0.85

Tested by 1

testShellMethod · 0.68