source: XmlTools2/trunk/optionsparser.h@ 1011

Last change on this file since 1011 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
Line 
1#ifndef OPTIONSPARSER_H
2#define OPTIONSPARSER_H
3
4#include "xmlpatch.h"
5
6#include <QCommandLineOption>
7#include <QCommandLineParser>
8
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.