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

Function showPrintDialogAndExit

shell/shellutils.cpp:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113bool showPrintDialogAndExit(const QString &serializedOptions)
114{
115 bool result, dummy;
116 QString dummyString;
117 return unserializeOptions(serializedOptions, &dummy, &dummy, &result, &dummy, &dummy, &dummyString, &dummyString, &dummyString) && result;
118}
119
120bool unique(const QString &serializedOptions)
121{

Callers 2

attachExistingInstanceFunction · 0.85
applyOptionsToPartMethod · 0.85

Calls 1

unserializeOptionsFunction · 0.85

Tested by

no test coverage detected