diff historywidget.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/historywidget.h	Mon Feb 21 11:37:58 2011 +0000
+++ b/historywidget.h	Mon Feb 21 12:15:04 2011 +0000
@@ -54,7 +54,7 @@
 
     void updateTo(QString id);
     void diffToParent(QString id, QString parent);
-    void showSummaryToParent(QString id, QString parent);
+    void showSummary(Changeset *);
     void diffToCurrent(QString id);
     void mergeFrom(QString id);
     void tag(QString id);