forked from qt-creator/qt-creator
Combine some SshConnectionParameter members
Combine host, port, username and password into a 'url' member and add some convenience accessors. Change-Id: Iddc26ff00dad1285c96aa56f196dbc4febe8e974 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -429,7 +429,7 @@ void StartApplicationDialog::run(bool attachRemote)
|
||||
if (!inputAddress.isEmpty())
|
||||
debugger->setRemoteChannel(inputAddress);
|
||||
else
|
||||
debugger->setRemoteChannel(dev->sshParameters().host, newParameters.serverPort);
|
||||
debugger->setRemoteChannel(dev->sshParameters().host(), newParameters.serverPort);
|
||||
debugger->setRunControlName(newParameters.displayName());
|
||||
debugger->setBreakOnMain(newParameters.breakAtMain);
|
||||
debugger->setDebugInfoLocation(newParameters.debugInfoLocation);
|
||||
|
||||
Reference in New Issue
Block a user