comparison hgexpwidget.h @ 94:44ed7766d55a

* Clear selections when Esc pressed; some refactoring
author Chris Cannam
date Wed, 24 Nov 2010 14:41:52 +0000
parents 06f4fffd5287
children d1be9712818a
comparison
equal deleted inserted replaced
93:dfb7a274b90f 94:44ed7766d55a
52 bool canCommit() const; 52 bool canCommit() const;
53 bool canAdd() const; 53 bool canAdd() const;
54 bool canRemove() const; 54 bool canRemove() const;
55 bool canDoFolderDiff() const; 55 bool canDoFolderDiff() const;
56 56
57 public slots:
58 void clearSelections();
59
57 private: 60 private:
58 FileStatusWidget *fileStatusWidget; 61 FileStatusWidget *fileStatusWidget;
59 62
60 QWidget *historyGraphPageWidget; 63 QWidget *historyGraphPageWidget;
61 QWidget *historyGraphWidget; 64 QWidget *historyGraphWidget;