aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2014-11-12 16:50:04 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2014-12-15 16:15:04 +0100
commit62a83f911365eab71e7260484517ef6c739d5192 (patch)
tree383e1a9dffe1b4faca642ee06d05517c9e8488ca /src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h
parentbe4a0306965aecc701b0890d5339ed7f596e7793 (diff)
SSH: implement host key checking.
Change-Id: I5f10bd801bb5cf43e58193c41e62d9ea2f9cb645 Task-number: QTCREATORBUG-13339 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h')
-rw-r--r--src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h b/src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h
index 78244544d8..65b7df35e7 100644
--- a/src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h
+++ b/src/plugins/remotelinux/genericlinuxdeviceconfigurationwidget.h
@@ -62,6 +62,7 @@ private slots:
void handleFreePortsChanged();
void setPrivateKey(const QString &path);
void createNewKey();
+ void hostKeyCheckingChanged(bool doCheck);
private:
void updateDeviceFromUi();