Mercurial > hg > easyhg
diff mainwindow.h @ 5:7189e9994a60
Ver 0.3.8: Fixed confusing add- button. Remove does no backup. Merge- button enable fixed.
author | Jari Korhonen <jtkorhonen@gmail.com> |
---|---|
date | Fri, 14 May 2010 14:50:07 +0300 |
parents | c19a4f858aab |
children | 81a32fffee8f |
line wrap: on
line diff
--- a/mainwindow.h Fri May 14 13:33:25 2010 +0300 +++ b/mainwindow.h Fri May 14 14:50:07 2010 +0300 @@ -143,7 +143,7 @@ void splitChangeSets(QStringList *list, QString hgLogOutput); int getCommitComment(QString& comment); void presentLongStdoutToUser(QString stdo); - void countAMRModifications(QListWidget *workList, int& a, int& m, int& r); + void countAMRNModifications(QListWidget *workList, int& a, int& m, int& r, int& n); bool isSelectedModified(QListWidget *workList); bool isSelectedUntracked(QListWidget *workList); bool isSelectedLocallyDeleted(QListWidget *workList);