diff historywidget.cpp @ 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 7708149d252a
line wrap: on
line diff
--- a/historywidget.cpp	Mon Feb 21 11:37:58 2011 +0000
+++ b/historywidget.cpp	Mon Feb 21 12:15:04 2011 +0000
@@ -277,8 +277,8 @@
     connect(scene, SIGNAL(diffToParent(QString, QString)),
             this, SIGNAL(diffToParent(QString, QString)));
 
-    connect(scene, SIGNAL(showSummaryToParent(QString, QString)),
-            this, SIGNAL(showSummaryToParent(QString, QString)));
+    connect(scene, SIGNAL(showSummary(Changeset *)),
+            this, SIGNAL(showSummary(Changeset *)));
 
     connect(scene, SIGNAL(mergeFrom(QString)),
             this, SIGNAL(mergeFrom(QString)));