! Sets the parsing mode to \a singleDashWordOptionMode. This must be called before process() or parse(). */
| 237 | This must be called before process() or parse(). |
| 238 | */ |
| 239 | void QCommandLineParser::setSingleDashWordOptionMode(QCommandLineParser::SingleDashWordOptionMode singleDashWordOptionMode) |
| 240 | { |
| 241 | d->singleDashWordOptionMode = singleDashWordOptionMode; |
| 242 | } |
| 243 | |
| 244 | /*! |
| 245 | Adds the option \a option to look for while parsing. |
nothing calls this directly
no outgoing calls
no test coverage detected