diff filestatuswidget.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 0dc7305acbc8
children 729438d70af8
line wrap: on
line diff
--- a/filestatuswidget.h	Wed Nov 24 22:24:55 2010 +0000
+++ b/filestatuswidget.h	Wed Nov 24 22:44:40 2010 +0000
@@ -47,9 +47,15 @@
     bool haveSelection() 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();