comparison src/hgtabwidget.cpp @ 559:95877ad67d3e

Merge from branch "find"
author Chris Cannam
date Mon, 27 Feb 2012 17:08:47 +0000
parents a1d210c767ab
children 533519ebc0cb
comparison
equal deleted inserted replaced
553:9c8147c9f245 559:95877ad67d3e
152 void HgTabWidget::updateHistory() 152 void HgTabWidget::updateHistory()
153 { 153 {
154 m_historyWidget->update(); 154 m_historyWidget->update();
155 } 155 }
156 156
157 void HgTabWidget::setSearchText(QString text)
158 {
159 m_fileStatusWidget->setSearchText(text);
160 m_historyWidget->setSearchText(text);
161 }
162
157 bool HgTabWidget::canDiff() const 163 bool HgTabWidget::canDiff() const
158 { 164 {
159 return canRevert(); 165 return canRevert();
160 } 166 }
161 167