comparison 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
comparison
equal deleted inserted replaced
519:000f13faa089 520:a17c06f773cd
63 void setNew(bool n) { m_new = n; } 63 void setNew(bool n) { m_new = n; }
64 64
65 bool showBranch() const { return m_showBranch; } 65 bool showBranch() const { return m_showBranch; }
66 void setShowBranch(bool s) { m_showBranch = s; } 66 void setShowBranch(bool s) { m_showBranch = s; }
67 67
68 void setBookmarks(QStringList b) { m_bookmarks = b; }
69
70 signals: 68 signals:
71 void detailShown(); 69 void detailShown();
72 void detailHidden(); 70 void detailHidden();
73 71
74 void updateTo(QString); 72 void updateTo(QString);
110 int m_row; 108 int m_row;
111 bool m_wide; 109 bool m_wide;
112 bool m_current; 110 bool m_current;
113 bool m_closing; 111 bool m_closing;
114 bool m_new; 112 bool m_new;
115 QStringList m_bookmarks;
116 113
117 QMap<QAction *, QString> m_parentDiffActions; 114 QMap<QAction *, QString> m_parentDiffActions;
118 QMap<QAction *, QString> m_summaryActions; 115 QMap<QAction *, QString> m_summaryActions;
119 116
120 static QImage *m_star; 117 static QImage *m_star;