! Destroys the command line parser object. */
| 204 | Destroys the command line parser object. |
| 205 | */ |
| 206 | QCommandLineParser::~QCommandLineParser() |
| 207 | { |
| 208 | delete d; |
| 209 | } |
| 210 | |
| 211 | /*! |
| 212 | \enum QCommandLineParser::SingleDashWordOptionMode |
nothing calls this directly
no outgoing calls
no test coverage detected