source: s10k/XmlTools/optionsparser.h@ 1123

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
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.