diff changesetscene.cpp @ 311:4811eb34e819 new-branches-with-status-outside-tabs

Add Start New Branch and Cancel New Branch to uncommitted item menu; add branch name to Commit dialog
author Chris Cannam
date Tue, 01 Mar 2011 14:22:29 +0000
parents 5b4aa1c24407
children
line wrap: on
line diff
--- a/changesetscene.cpp	Mon Feb 28 14:24:14 2011 +0000
+++ b/changesetscene.cpp	Tue Mar 01 14:22:29 2011 +0000
@@ -77,6 +77,13 @@
 
     connect(item, SIGNAL(showWork()),
             this, SIGNAL(showWork()));
+
+    connect(item, SIGNAL(newBranch()),
+            this, SIGNAL(newBranch()));
+
+    connect(item, SIGNAL(noBranch()),
+            this, SIGNAL(noBranch()));
+
 }
 
 void