diff 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
line wrap: on
line diff
--- a/hgexpwidget.h	Wed Nov 24 13:50:33 2010 +0000
+++ b/hgexpwidget.h	Wed Nov 24 14:41:52 2010 +0000
@@ -54,6 +54,9 @@
     bool canRemove() const;
     bool canDoFolderDiff() const;
 
+public slots:
+    void clearSelections();
+
 private:
     FileStatusWidget *fileStatusWidget;