diff grapher.h @ 53:3c46b2ac45d3

* Put proper labels &c in changeset items; colour branches and users; etc
author Chris Cannam
date Fri, 12 Nov 2010 16:48:18 +0000
parents bf3ab0ffb559
children f583e44d9d31
line wrap: on
line diff
--- a/grapher.h	Fri Nov 12 11:32:01 2010 +0000
+++ b/grapher.h	Fri Nov 12 16:48:18 2010 +0000
@@ -17,6 +17,8 @@
 
     void layout(Changesets csets);
 
+    ChangesetItem *getItemFor(Changeset *cs);
+
     class LayoutException : public std::exception {
     public:
 	LayoutException(QString message) throw() : m_message(message) { }