RemoteLinux: Use Qt5-style connects

The heavy lifting was done by clazy.

Change-Id: I1a03435bbb4281bad4ff64baba0182e0050170d6
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-06-30 23:04:57 +03:00
committed by Orgad Shaneh
parent 802edc9d8f
commit e3b1c9b912
37 changed files with 151 additions and 145 deletions

View File

@@ -43,7 +43,7 @@ public:
const ProjectExplorer::IDevice::Ptr &deviceConfig, QWidget *parent = 0);
~GenericLinuxDeviceConfigurationWidget();
private slots:
private:
void authenticationTypeChanged();
void hostNameEditingFinished();
void sshPortEditingFinished();
@@ -58,7 +58,6 @@ private slots:
void createNewKey();
void hostKeyCheckingChanged(bool doCheck);
private:
void updateDeviceFromUi();
void updatePortsWarningLabel();
void initGui();