Last change
on this file since 1123 was 1073, checked in by s10k, 7 years ago |
added XML Tools latest version (2.0d) and s10k's common libs
|
File size:
297 bytes
|
Rev | Line | |
---|
[1073] | 1 | #ifndef OPTIONSPARSER_H
|
---|
| 2 | #define OPTIONSPARSER_H
|
---|
| 3 |
|
---|
| 4 | #include "xmlpatch.h"
|
---|
| 5 |
|
---|
| 6 | #include <QCommandLineOption>
|
---|
| 7 | #include <QCommandLineParser>
|
---|
| 8 |
|
---|
| 9 | class OptionsParser
|
---|
| 10 | {
|
---|
| 11 | public:
|
---|
| 12 | OptionsParser(QStringList args);
|
---|
| 13 | void parse();
|
---|
| 14 | private:
|
---|
| 15 | QStringList args;
|
---|
| 16 | };
|
---|
| 17 |
|
---|
| 18 | #endif // OPTIONSPARSER_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.