Mercurial > hg > easyhg
comparison src/hgtabwidget.cpp @ 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 |
---|---|
142 void HgTabWidget::setClosedHeadIds(QSet<QString> closed) | 142 void HgTabWidget::setClosedHeadIds(QSet<QString> closed) |
143 { | 143 { |
144 m_historyWidget->setClosedHeadIds(closed); | 144 m_historyWidget->setClosedHeadIds(closed); |
145 } | 145 } |
146 | 146 |
147 void HgTabWidget::setBookmarks(QHash<QString, QStringList> bmarks) | |
148 { | |
149 m_historyWidget->setBookmarks(bmarks); | |
150 } | |
151 | |
152 void HgTabWidget::updateFileStates() | 147 void HgTabWidget::updateFileStates() |
153 { | 148 { |
154 m_fileStatusWidget->updateWidgets(); | 149 m_fileStatusWidget->updateWidgets(); |
155 } | 150 } |
156 | 151 |