diff mainwindow.h @ 133:aaeab914f2a3

* Better attempt at retaining current visible area when history scene changes; first cut at highlighting new items
author Chris Cannam
date Tue, 30 Nov 2010 12:45:34 +0000
parents 63c2f3f61c79
children e6c6b88d19b9
line wrap: on
line diff
--- a/mainwindow.h	Tue Nov 30 11:41:46 2010 +0000
+++ b/mainwindow.h	Tue Nov 30 12:45:34 2010 +0000
@@ -49,6 +49,7 @@
     QString currentBranch;
     Changesets currentHeads;
     Changesets currentParents;
+    int commitsSincePush;
     bool needNewLog;
 
 protected: