diff grapher.h @ 273:cc95394e2392 easyhg_v0.3.2

* Add warning dialog for "restore default settings"; add option for dates or ages in history list
author Chris Cannam
date Tue, 25 Jan 2011 16:41:40 +0000
parents b8ded5213d16
children
line wrap: on
line diff
--- a/grapher.h	Tue Jan 25 16:12:23 2011 +0000
+++ b/grapher.h	Tue Jan 25 16:41:40 2011 +0000
@@ -32,7 +32,7 @@
 class Grapher
 {
 public:
-    Grapher(ChangesetScene *scene) { m_scene = scene; }
+    Grapher(ChangesetScene *scene);
 
     void layout(Changesets csets,
                 QStringList uncommittedParents,
@@ -79,6 +79,8 @@
     typedef QMap<int, QString> RowDateMap;
     RowDateMap m_rowDates;
 
+    bool m_showDates;
+
     QStringList m_uncommittedParents;
     int m_uncommittedParentRow;
     UncommittedItem *m_uncommitted;