diff src/changesetitem.h @ 520:a17c06f773cd

idiot -- we don't need to query bookmarks separately, we can just add them to the log template
author Chris Cannam
date Wed, 09 Nov 2011 13:04:00 +0000
parents 000f13faa089
children a1d210c767ab
line wrap: on
line diff
--- a/src/changesetitem.h	Tue Nov 08 16:42:09 2011 +0000
+++ b/src/changesetitem.h	Wed Nov 09 13:04:00 2011 +0000
@@ -65,8 +65,6 @@
     bool showBranch() const { return m_showBranch; }
     void setShowBranch(bool s) { m_showBranch = s; }
 
-    void setBookmarks(QStringList b) { m_bookmarks = b; }
-
 signals:
     void detailShown();
     void detailHidden();
@@ -112,7 +110,6 @@
     bool m_current;
     bool m_closing;
     bool m_new;
-    QStringList m_bookmarks;
 
     QMap<QAction *, QString> m_parentDiffActions;
     QMap<QAction *, QString> m_summaryActions;