diff historywidget.h @ 122:c3e8342d2de9

* Further fix to incremental log (put new changesets on the correct end of the list!)
author Chris Cannam
date Mon, 29 Nov 2010 11:14:29 +0000
parents c92f5859c707
children fcaf09ee825d
line wrap: on
line diff
--- a/historywidget.h	Mon Nov 29 11:04:52 2010 +0000
+++ b/historywidget.h	Mon Nov 29 11:14:29 2010 +0000
@@ -44,7 +44,7 @@
 
     void clearChangesets();
     void layoutAll();
-    Changesets parseChangeSets(QString);
+    void setChangesetParents();
 };
 
 #endif