Mercurial > hg > easyhg
diff 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 |
line wrap: on
line diff
--- a/src/hgtabwidget.cpp Tue Nov 08 16:42:09 2011 +0000 +++ b/src/hgtabwidget.cpp Wed Nov 09 13:04:00 2011 +0000 @@ -144,11 +144,6 @@ m_historyWidget->setClosedHeadIds(closed); } -void HgTabWidget::setBookmarks(QHash<QString, QStringList> bmarks) -{ - m_historyWidget->setBookmarks(bmarks); -} - void HgTabWidget::updateFileStates() { m_fileStatusWidget->updateWidgets();