Release 1.0.4
[weightgraph] / weightgraph / weightstatsview.h
index ac4c834..0549dc4 100644 (file)
@@ -18,8 +18,9 @@ public slots:
   void updateStats();
 private:
   WeightDataModel *wdm;
-  QLabel *last;
-  QLabel *change;
+  QLabel *last, *lastNote;
+  QLabel *change, *changeNote;
+  QLabel *max, *min;
 };
 
 #endif // WEIGHTSTATSVIEW_H