| 811 | */ |
| 812 | |
| 813 | QStringList QCommandLineParser::unknownOptionNames() const |
| 814 | { |
| 815 | d->checkParsed("unknownOptionNames"); |
| 816 | return d->unknownOptionNames; |
| 817 | } |
| 818 | |
| 819 | /*! |
| 820 | Displays the help information, and exits the application. |
nothing calls this directly
no test coverage detected