diff src/historywidget.h @ 506:470829a21f98

Identify closed branches and display them in a lighter shade
author Chris Cannam
date Mon, 17 Oct 2011 22:08:05 +0100
parents 1c05e7576ea5
children ddc7238fc3b0
line wrap: on
line diff
--- a/src/historywidget.h	Mon Oct 17 16:25:02 2011 +0100
+++ b/src/historywidget.h	Mon Oct 17 22:08:05 2011 +0100
@@ -39,6 +39,8 @@
     void setCurrent(QStringList ids, QString branch, bool showUncommitted);
     void setShowUncommitted(bool showUncommitted);
 
+    void setClosedHeadIds(QSet<QString> closed);
+
     void parseNewLog(QString log);
     void parseIncrementalLog(QString log);
 
@@ -68,6 +70,7 @@
     QStringList m_currentIds;
     QString m_currentBranch;
     QSet<QString> m_newIds;
+    QSet<QString> m_closedIds;
     bool m_showUncommitted;
     bool m_refreshNeeded;