Mercurial > hg > easyhg
diff src/hgtabwidget.h @ 489:86cdaa346e59
Merge
author | Chris Cannam |
---|---|
date | Wed, 17 Aug 2011 22:13:51 +0100 |
parents | 896b7903e8f2 |
children | 1c05e7576ea5 |
line wrap: on
line diff
--- a/src/hgtabwidget.h Wed Aug 17 22:13:14 2011 +0100 +++ b/src/hgtabwidget.h Wed Aug 17 22:13:51 2011 +0100 @@ -70,9 +70,11 @@ QStringList getSelectedAddableFiles() const; QStringList getSelectedRemovableFiles() const; + bool shouldShowAll() const; + signals: void selectionChanged(); - void showAllChanged(bool); + void showAllChanged(); void commit(); void revert();