diff multichoicedialog.h @ 199:f16fe0db11f3

* Add "Show All Files" toggle to show ignored and clean files * Clear selection when Esc is pressed * Don't delete and recreate the filesystem watcher on stat, just update it
author Chris Cannam
date Mon, 03 Jan 2011 22:02:08 +0000
parents 10eb97683aa9
children 8fd71f570884
line wrap: on
line diff
--- a/multichoicedialog.h	Mon Jan 03 14:31:22 2011 +0000
+++ b/multichoicedialog.h	Mon Jan 03 22:02:08 2011 +0000
@@ -65,6 +65,8 @@
     void browse();
 
 private:
+    void updateOkButton();
+    
     QMap<QString, QString> m_texts;
     QMap<QString, QString> m_descriptions;
     QMap<QString, ArgType> m_argTypes;