diff hgexpwidget.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 f583e44d9d31
children c5e34ed5b791
line wrap: on
line diff
--- a/hgexpwidget.h	Mon Nov 22 17:42:06 2010 +0000
+++ b/hgexpwidget.h	Mon Nov 22 20:17:14 2010 +0000
@@ -20,6 +20,7 @@
 
 #include "changeset.h"
 #include "common.h"
+#include "statparser.h"
 
 #include <QMenu>
 #include <QListWidget>
@@ -28,6 +29,7 @@
 #include <QCheckBox>
 #include <QLabel>
 
+
 #define NUM_STAT_FILE_TYPES 7
 
 
@@ -90,6 +92,8 @@
 
     QVBoxLayout *headsLayout;
 
+    StatParser   statParser;
+
     QString     findRev(QString itemText, QString& smallRev);
     QStringList splitChangeSets(QString chgSetsStr);
     Changesets  parseChangeSets(QString changeSetsStr);