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

Method optionNames

contrib/qcommandlineparser.cpp:793–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791 */
792
793QStringList QCommandLineParser::optionNames() const
794{
795 d->checkParsed("optionNames");
796 return d->optionNames;
797}
798
799/*!
800 Returns a list of unknown option names.

Callers

nothing calls this directly

Calls 1

checkParsedMethod · 0.80

Tested by

no test coverage detected