diff changesetitem.h @ 278:f7cdd5b31aed new-branches

Add "Start new branch" function. I'm not quite satisfied with the location of this one
author Chris Cannam
date Wed, 09 Feb 2011 12:03:15 +0000
parents 8fd71f570884
children 5b4aa1c24407
line wrap: on
line diff
--- a/changesetitem.h	Wed Feb 09 12:02:53 2011 +0000
+++ b/changesetitem.h	Wed Feb 09 12:03:15 2011 +0000
@@ -64,6 +64,7 @@
     void diffToCurrent(QString);
     void diffToParent(QString child, QString parent);
     void mergeFrom(QString);
+    void newBranch(QString);
     void tag(QString);
 
 public slots:
@@ -77,6 +78,7 @@
     void diffToCurrentActivated();
     void mergeActivated();
     void tagActivated();
+    void newBranchActivated();
 
 protected:
     virtual void mousePressEvent(QGraphicsSceneMouseEvent *);