diff src/settingsdialog.h @ 628:5dc24f89b791

* "Use extension" check box now appears to the left of the button and label, and enables/disables the button and label depending on its state
author Sam Izzo <sam@humbug.net>
date Sun, 26 Aug 2012 02:39:08 +1000
parents 2d5b831c1a0a
children db62a0cb3037
line wrap: on
line diff
--- a/src/settingsdialog.h	Sun Aug 26 02:38:24 2012 +1000
+++ b/src/settingsdialog.h	Sun Aug 26 02:39:08 2012 +1000
@@ -55,6 +55,7 @@
     void mergePathBrowse();
     void sshPathBrowse();
     void extensionPathBrowse();
+    void useExtension(int);
 
     void accept();
     void reset();
@@ -84,6 +85,7 @@
     QComboBox *m_workHistoryArrangement;
 #endif
 
+    QPushButton *m_extensionBrowse;
     QPushButton *m_ok;
 
     bool m_presentationChanged;