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

Function editorCmd

shell/shellutils.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150QString editorCmd(const QString &serializedOptions)
151{
152 QString result, dummyString;
153 bool dummy;
154 unserializeOptions(serializedOptions, &dummy, &dummy, &dummy, &dummy, &dummy, &dummyString, &dummyString, &result);
155 return QString::fromUtf8(QByteArray::fromBase64(result.toLatin1()));
156}
157
158#if HAVE_DBUS
159QString currentProcessDbusName()

Callers 3

attachUniqueInstanceFunction · 0.85
attachExistingInstanceFunction · 0.85
ShellMethod · 0.85

Calls 1

unserializeOptionsFunction · 0.85

Tested by

no test coverage detected