diff historywidget.h @ 129:4986642800f0

* Initial work on showing uncommitted changes (as dashed box) in history graph
author Chris Cannam
date Mon, 29 Nov 2010 20:53:34 +0000
parents fcaf09ee825d
children aaeab914f2a3
line wrap: on
line diff
--- a/historywidget.h	Mon Nov 29 20:09:58 2010 +0000
+++ b/historywidget.h	Mon Nov 29 20:53:34 2010 +0000
@@ -24,6 +24,7 @@
 
 class Panned;
 class Panner;
+class UncommittedItem;
 
 class HistoryWidget : public QWidget
 {
@@ -42,6 +43,7 @@
 private:
     Changesets m_changesets;
     QStringList m_currentIds;
+    UncommittedItem *m_uncommitted;
 
     Panned *m_panned;
     Panner *m_panner;