source: XmlTools2/trunk/optionsparser.h@ 948

Last change on this file since 948 was 944, checked in by s10k, 11 years ago

XmlTools
last changes to V2.0

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