Mercurial > hg > easyhg
comparison hgexpwidget.cpp @ 90:b43355c2473a
* Add filesystem watcher; initial work on enable/disable logic for actions in new scheme
author | Chris Cannam |
---|---|
date | Tue, 23 Nov 2010 16:35:49 +0000 |
parents | 622da79c0f4f |
children | 879af4608c5e |
comparison
equal
deleted
inserted
replaced
89:622da79c0f4f | 90:b43355c2473a |
---|---|
198 clipboard->setText(comment); | 198 clipboard->setText(comment); |
199 } | 199 } |
200 } | 200 } |
201 } | 201 } |
202 | 202 |
203 | 203 bool HgExpWidget::canCommit() const |
204 { | |
205 return fileStatusWidget->haveChangesToCommit(); | |
206 } | |
204 | 207 |
205 QString HgExpWidget::getStatFlags() | 208 QString HgExpWidget::getStatFlags() |
206 { | 209 { |
207 QString ret; | 210 QString ret; |
208 | 211 |