BuildLogViewer/AtAGlance.h
changeset 3 e6d1a78b6db9
parent 1 8e9c5760ce6f
--- a/BuildLogViewer/AtAGlance.h	Thu Sep 03 16:31:30 2009 -0700
+++ b/BuildLogViewer/AtAGlance.h	Wed Mar 24 14:05:38 2010 -0700
@@ -5,6 +5,7 @@
 #include <QWidget>
 
 #include "BuildStatus.h"
+#include "ui_BuildResults.h"
 
 /*
   * This class presents the status for a given build.  It gets the
@@ -25,6 +26,7 @@
     void traveAndPopulate(QDomElement e);
 
 private:
+    Ui::BuildResultsForm *ui;
     QDomDocument *m_log;
     BuildStatus *m_buildStatus;
 };