diff hgtabwidget.h @ 103:0bd32aedc6f6

* Start to use the confirm-comment dialog for commits; much work still needed
author Chris Cannam
date Wed, 24 Nov 2010 22:44:40 +0000
parents 87ef2fa9ee8b
children 729438d70af8
line wrap: on
line diff
--- a/hgtabwidget.h	Wed Nov 24 22:24:55 2010 +0000
+++ b/hgtabwidget.h	Wed Nov 24 22:44:40 2010 +0000
@@ -52,9 +52,15 @@
     bool canDoDiff() const;
 
     QStringList getAllSelectedFiles() const;
+
     QStringList getSelectedCommittableFiles() const;
+    QStringList getAllCommittableFiles() const;
+
     QStringList getSelectedAddableFiles() const;
+    QStringList getAllAddableFiles() const;
+
     QStringList getSelectedRemovableFiles() const;
+    QStringList getAllRemovableFiles() const;
 
 signals:
     void selectionChanged();