diff src/filestatuswidget.h @ 484:896b7903e8f2

Make "Show all files" persistent (fixing #203), and rationalise some config group names (noting that "General" is actually the default group "" as it appears in the config file, not the name of a group called "General": that appears as "%General")
author Chris Cannam
date Wed, 17 Aug 2011 16:09:04 +0100
parents b9c153e00e84
children 7829da6abe97
line wrap: on
line diff
--- a/src/filestatuswidget.h	Wed Aug 17 15:53:17 2011 +0100
+++ b/src/filestatuswidget.h	Wed Aug 17 16:09:04 2011 +0100
@@ -54,9 +54,11 @@
     QStringList getSelectedAddableFiles() const;
     QStringList getSelectedRemovableFiles() const;
 
+    bool shouldShowAll() const;
+
 signals:
     void selectionChanged();
-    void showAllChanged(bool);
+    void showAllChanged();
 
     void annotateFiles(QStringList);
     void diffFiles(QStringList);