MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / unknownOptionNames

Method unknownOptionNames

contrib/qcommandlineparser.cpp:813–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811 */
812
813QStringList QCommandLineParser::unknownOptionNames() const
814{
815 d->checkParsed("unknownOptionNames");
816 return d->unknownOptionNames;
817}
818
819/*!
820 Displays the help information, and exits the application.

Callers

nothing calls this directly

Calls 1

checkParsedMethod · 0.80

Tested by

no test coverage detected