diff mainwindow.h @ 288:ca6edd303c9d

Add "Summarise changes" options to changeset item right-button menu (already existed for uncommitted item)
author Chris Cannam
date Mon, 21 Feb 2011 11:37:58 +0000
parents a68801b31ceb
children 37f67999b661
line wrap: on
line diff
--- a/mainwindow.h	Mon Feb 21 09:13:22 2011 +0000
+++ b/mainwindow.h	Mon Feb 21 11:37:58 2011 +0000
@@ -69,6 +69,7 @@
     void hgAdd();
     void hgCommit();
     void hgShowSummary();
+    void hgShowSummaryToParent(QString, QString);
     void hgFolderDiff();
     void hgDiffToCurrent(QString);
     void hgDiffToParent(QString, QString);