comparison src/hgtabwidget.h @ 489:86cdaa346e59

Merge
author Chris Cannam
date Wed, 17 Aug 2011 22:13:51 +0100
parents 896b7903e8f2
children 1c05e7576ea5
comparison
equal deleted inserted replaced
488:2f59333952ce 489:86cdaa346e59
68 QStringList getAllUnresolvedFiles() const; 68 QStringList getAllUnresolvedFiles() const;
69 69
70 QStringList getSelectedAddableFiles() const; 70 QStringList getSelectedAddableFiles() const;
71 QStringList getSelectedRemovableFiles() const; 71 QStringList getSelectedRemovableFiles() const;
72 72
73 bool shouldShowAll() const;
74
73 signals: 75 signals:
74 void selectionChanged(); 76 void selectionChanged();
75 void showAllChanged(bool); 77 void showAllChanged();
76 78
77 void commit(); 79 void commit();
78 void revert(); 80 void revert();
79 void diffWorkingFolder(); 81 void diffWorkingFolder();
80 void showSummary(); 82 void showSummary();