Mercurial > hg > easyhg
diff hgexpwidget.cpp @ 92:06f4fffd5287
* Rename StatParser to FileStates; start thinking about selections
author | Chris Cannam |
---|---|
date | Wed, 24 Nov 2010 13:23:30 +0000 |
parents | 879af4608c5e |
children | 44ed7766d55a |
line wrap: on
line diff
--- a/hgexpwidget.cpp Tue Nov 23 21:04:02 2010 +0000 +++ b/hgexpwidget.cpp Wed Nov 24 13:23:30 2010 +0000 @@ -64,8 +64,8 @@ void HgExpWidget::updateWorkFolderFileList(QString fileList) { - statParser = StatParser(fileList); - fileStatusWidget->setStatParser(statParser); + fileStates = FileStates(fileList); + fileStatusWidget->setFileStates(fileStates); } void HgExpWidget::updateLocalRepoHgLogList(QString hgLogList)