diff src/grapher.h @ 512:67d18eaca830

Hide closed branches by default (contingent on settings). Note that it's now permitted for a changeset id not to be present in m_items in the grapher
author Chris Cannam
date Tue, 18 Oct 2011 11:49:40 +0100
parents 470829a21f98
children fb196c016a9f
line wrap: on
line diff
--- a/src/grapher.h	Tue Oct 18 11:33:58 2011 +0100
+++ b/src/grapher.h	Tue Oct 18 11:49:40 2011 +0100
@@ -85,6 +85,7 @@
     QSet<QString> m_closedIds;
 
     bool m_showDates;
+    bool m_showClosedBranches;
 
     QStringList m_uncommittedParents;
     int m_uncommittedParentRow;