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

Method setSingleDashWordOptionMode

contrib/qcommandlineparser.cpp:239–242  ·  view source on GitHub ↗

! Sets the parsing mode to \a singleDashWordOptionMode. This must be called before process() or parse(). */

Source from the content-addressed store, hash-verified

237 This must be called before process() or parse().
238*/
239void QCommandLineParser::setSingleDashWordOptionMode(QCommandLineParser::SingleDashWordOptionMode singleDashWordOptionMode)
240{
241 d->singleDashWordOptionMode = singleDashWordOptionMode;
242}
243
244/*!
245 Adds the option \a option to look for while parsing.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected