ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/XmlTools2/trunk/optionsparser.h
Revision: 953
Committed: Mon Feb 10 14:28:14 2014 UTC (11 years, 8 months ago) by s10k
Content type: text/x-chdr
File size: 233 byte(s)
Log Message:
XmlTools
What if we increase the performance of javascript by 2.5 times or more? (trying multithreading)

File Contents

# Content
1 #ifndef OPTIONSPARSER_H
2 #define OPTIONSPARSER_H
3
4 #include "xmlpatch.h"
5
6 class OptionsParser
7 {
8 public:
9 OptionsParser(QStringList args);
10 void parse();
11 private:
12 QStringList args;
13 };
14
15 #endif // OPTIONSPARSER_H