diff 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
line wrap: on
line diff
--- a/statparser.h	Mon Nov 22 17:42:06 2010 +0000
+++ b/statparser.h	Mon Nov 22 20:17:14 2010 +0000
@@ -18,13 +18,12 @@
 #ifndef STATPARSER_H
 #define STATPARSER_H
 
-#include <QObject>
 #include <QStringList>
 
-class StatParser : public QObject
+class StatParser
 {
-    Q_OBJECT
 public:
+    StatParser() { }
     StatParser(QString text);
 
     QStringList modified;