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

Function startInPresentation

shell/shellutils.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool startInPresentation(const QString &serializedOptions)
100{
101 bool result, dummy;
102 QString dummyString;
103 return unserializeOptions(serializedOptions, &result, &dummy, &dummy, &dummy, &dummy, &dummyString, &dummyString, &dummyString) && result;
104}
105
106bool showPrintDialog(const QString &serializedOptions)
107{

Callers 2

mainFunction · 0.85
applyOptionsToPartMethod · 0.85

Calls 1

unserializeOptionsFunction · 0.85

Tested by

no test coverage detected