| # | Line 10 | Line 10 | class XmlProcessor : public QThread | |
|---|---|---|
| 10 | { | |
| 11 | Q_OBJECT | |
| 12 | public: | |
| 13 | < | XmlProcessor(Logger *myLogger, QStringList *commands); |
| 13 | > | XmlProcessor(QString AppDir, Logger *myLogger, QStringList *commands); |
| 14 | private: | |
| 15 | + | QString AppDir; |
| 16 | Logger *myLogger; | |
| 17 | QStringList *commands; | |
| 18 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |