source: XmlTools2/trunk/optionsparser.h@ 955

Last change on this file since 955 was 953, checked in by s10k, 11 years ago

XmlTools
What if we increase the performance of javascript by 2.5 times or more? (trying multithreading)

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