! Constructs a command line parser object. */
| 196 | Constructs a command line parser object. |
| 197 | */ |
| 198 | QCommandLineParser::QCommandLineParser() |
| 199 | : d(new QCommandLineParserPrivate) |
| 200 | { |
| 201 | } |
| 202 | |
| 203 | /*! |
| 204 | Destroys the command line parser object. |
nothing calls this directly
no outgoing calls
no test coverage detected