source:
XmlTools2/trunk/optionsparser.h@
940
Last change on this file since 940 was 927, checked in by , 11 years ago | |
---|---|
File size: 233 bytes |
Rev | Line | |
---|---|---|
[927] | 1 | #ifndef OPTIONSPARSER_H |
2 | #define OPTIONSPARSER_H | |
3 | ||
4 | #include "xmlpatch.h" | |
5 | ||
6 | class OptionsParser | |
7 | { | |
8 | public: | |
9 | OptionsParser(QStringList args); | |
10 | void parse(); | |
11 | private: | |
12 | QStringList args; | |
13 | }; | |
14 | ||
15 | #endif // OPTIONSPARSER_H |
Note:
See TracBrowser
for help on using the repository browser.