diff src/grapher.h @ 517:fb196c016a9f

More rigorous approach to finding the set of closed changesets
author Chris Cannam
date Thu, 20 Oct 2011 15:30:42 +0100
parents 67d18eaca830
children 533519ebc0cb
line wrap: on
line diff
--- a/src/grapher.h	Thu Oct 20 12:04:47 2011 +0100
+++ b/src/grapher.h	Thu Oct 20 15:30:42 2011 +0100
@@ -98,6 +98,8 @@
     bool rangesConflict(const Range &r1, const Range &r2);
     int findAvailableColumn(int row, int parent, bool preferParentCol);
     bool isAvailable(int row, int col);
+    void markClosedChangesets();
+    void markClosedChangesetsFrom(QString id, QSet<QString> &deferred);
 };
 
 #endif