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

Method ~QCommandLineParser

contrib/qcommandlineparser.cpp:206–209  ·  view source on GitHub ↗

! Destroys the command line parser object. */

Source from the content-addressed store, hash-verified

204 Destroys the command line parser object.
205*/
206QCommandLineParser::~QCommandLineParser()
207{
208 delete d;
209}
210
211/*!
212 \enum QCommandLineParser::SingleDashWordOptionMode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected