diff src/changesetscene.cpp @ 514:306a62fe851e

Add "Close branch" menu option. Is currently available in some cases where it should not be, and using it exposes the fact that the chain of marked-closed changesets is not yet right in grapher.
author Chris Cannam
date Tue, 18 Oct 2011 16:50:05 +0100
parents 75003687f364
children 533519ebc0cb
line wrap: on
line diff
--- a/src/changesetscene.cpp	Tue Oct 18 12:49:39 2011 +0100
+++ b/src/changesetscene.cpp	Tue Oct 18 16:50:05 2011 +0100
@@ -60,6 +60,9 @@
     connect(item, SIGNAL(newBranch(QString)),
             this, SIGNAL(newBranch(QString)));
 
+    connect(item, SIGNAL(closeBranch(QString)),
+            this, SIGNAL(closeBranch(QString)));
+
     connect(item, SIGNAL(tag(QString)),
             this, SIGNAL(tag(QString)));
 }