diff src/grapher.h @ 371:f051d210521e

Ensure current item is visible in graph after update
author Chris Cannam
date Thu, 24 Mar 2011 10:47:03 +0000
parents b9c153e00e84
children 470829a21f98
line wrap: on
line diff
--- a/src/grapher.h	Thu Mar 24 10:27:51 2011 +0000
+++ b/src/grapher.h	Thu Mar 24 10:47:03 2011 +0000
@@ -39,6 +39,7 @@
                 QString uncommittedBranch);
 
     ChangesetItem *getItemFor(Changeset *cs);
+    ChangesetItem *getItemFor(QString id);
 
     UncommittedItem *getUncommittedItem() { return m_uncommitted; }