MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / process

Method process

sources/commandline/Parser.cpp:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void Parser::process(const QStringList& arguments)
38{
39 _parser.process(arguments);
40 if (!parse(arguments))
41 {
42 fprintf(stdout, "%s", qPrintable(tr("Error: %1").arg(_errorText)));
43 showHelp(EXIT_FAILURE);
44 }
45}
46
47void Parser::process(const QCoreApplication& /*app*/)
48{

Callers 1

mainFunction · 0.45

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected