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