diff changesetitem.h @ 289:37f67999b661

We can provide a better interface for most common cases by essentially showing a formatted log for the summary rather than a diff only
author Chris Cannam
date Mon, 21 Feb 2011 12:15:04 +0000
parents ca6edd303c9d
children 5b4aa1c24407
line wrap: on
line diff
--- a/changesetitem.h	Mon Feb 21 11:37:58 2011 +0000
+++ b/changesetitem.h	Mon Feb 21 12:15:04 2011 +0000
@@ -63,7 +63,7 @@
     void updateTo(QString);
     void diffToCurrent(QString);
     void diffToParent(QString child, QString parent);
-    void showSummaryToParent(QString child, QString parent);
+    void showSummary(Changeset *);
     void mergeFrom(QString);
     void tag(QString);
 
@@ -75,7 +75,7 @@
     void copyIdActivated();
     void updateActivated();
     void diffToParentActivated();
-    void showSummaryToParentActivated();
+    void showSummaryActivated();
     void diffToCurrentActivated();
     void mergeActivated();
     void tagActivated();