source: XmlTools2/trunk/optionsparser.h@ 1071

Last change on this file since 1071 was 964, checked in by s10k, 11 years ago

XmlTools
More speedup, about 3 times faster now than the current AEI build

File size: 297 bytes
RevLine 
[927]1#ifndef OPTIONSPARSER_H
2#define OPTIONSPARSER_H
3
4#include "xmlpatch.h"
5
[964]6#include <QCommandLineOption>
7#include <QCommandLineParser>
8
[927]9class OptionsParser
10{
11public:
12 OptionsParser(QStringList args);
13 void parse();
14private:
15 QStringList args;
16};
17
18#endif // OPTIONSPARSER_H
Note: See TracBrowser for help on using the repository browser.