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

Method QCommandLineParser

contrib/qcommandlineparser.cpp:198–201  ·  view source on GitHub ↗

! Constructs a command line parser object. */

Source from the content-addressed store, hash-verified

196 Constructs a command line parser object.
197*/
198QCommandLineParser::QCommandLineParser()
199 : d(new QCommandLineParserPrivate)
200{
201}
202
203/*!
204 Destroys the command line parser object.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected