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

Function showPrintDialog

shell/shellutils.cpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106bool showPrintDialog(const QString &serializedOptions)
107{
108 bool result, dummy;
109 QString dummyString;
110 return unserializeOptions(serializedOptions, &dummy, &result, &dummy, &dummy, &dummy, &dummyString, &dummyString, &dummyString) && result;
111}
112
113bool showPrintDialogAndExit(const QString &serializedOptions)
114{

Callers 2

mainFunction · 0.85
applyOptionsToPartMethod · 0.85

Calls 1

unserializeOptionsFunction · 0.85

Tested by

no test coverage detected