diff hgtabwidget.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 e6c6b88d19b9
line wrap: on
line diff
--- a/hgtabwidget.h	Mon Nov 29 20:09:58 2010 +0000
+++ b/hgtabwidget.h	Mon Nov 29 20:53:34 2010 +0000
@@ -49,6 +49,7 @@
     void setState(QString state);
 
     void setCurrent(QStringList ids);
+    void showUncommittedChanges(bool);
 
     FileStates getFileStates() { return m_fileStates; }