diff src/settingsdialog.h @ 406:c567fed39559

Add ability to configure the ssh client; default to TortoisePlink on Windows
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Thu, 26 May 2011 15:48:11 +0100
parents b9c153e00e84
children 2d57b81671de
line wrap: on
line diff
--- a/src/settingsdialog.h	Wed May 25 16:52:31 2011 +0100
+++ b/src/settingsdialog.h	Thu May 26 15:48:11 2011 +0100
@@ -43,6 +43,7 @@
     void hgPathBrowse();
     void diffPathBrowse();
     void mergePathBrowse();
+    void sshPathBrowse();
     void editPathBrowse();
     void extensionPathBrowse();
 
@@ -57,6 +58,7 @@
     QLineEdit *m_hgPathLabel;
     QLineEdit *m_diffPathLabel;
     QLineEdit *m_mergePathLabel;
+    QLineEdit *m_sshPathLabel;
     QLineEdit *m_editPathLabel;
 
     QCheckBox *m_useExtension;
@@ -79,6 +81,7 @@
     static void findExtension();
     static void findDiffBinaryName();
     static void findMergeBinaryName();
+    static void findSshBinaryName();
     static void findEditorBinaryName();
 
     static QString m_installPath;