Mercurial > hg > easyhg
comparison statparser.h @ 86:89f793fbedda
* More on "Open" logic; fix to StatParser, and start introducing it
| author | Chris Cannam |
|---|---|
| date | Mon, 22 Nov 2010 20:17:14 +0000 |
| parents | 10eb97683aa9 |
| children | c5e34ed5b791 |
comparison
equal
deleted
inserted
replaced
| 85:7ed57064f293 | 86:89f793fbedda |
|---|---|
| 16 */ | 16 */ |
| 17 | 17 |
| 18 #ifndef STATPARSER_H | 18 #ifndef STATPARSER_H |
| 19 #define STATPARSER_H | 19 #define STATPARSER_H |
| 20 | 20 |
| 21 #include <QObject> | |
| 22 #include <QStringList> | 21 #include <QStringList> |
| 23 | 22 |
| 24 class StatParser : public QObject | 23 class StatParser |
| 25 { | 24 { |
| 26 Q_OBJECT | |
| 27 public: | 25 public: |
| 26 StatParser() { } | |
| 28 StatParser(QString text); | 27 StatParser(QString text); |
| 29 | 28 |
| 30 QStringList modified; | 29 QStringList modified; |
| 31 QStringList added; | 30 QStringList added; |
| 32 QStringList unknown; | 31 QStringList unknown; |
