forked from qt-creator/qt-creator
Maemo: Fix device configuration update glitches.
Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=192729 Reviewed-by: kh1
This commit is contained in:
@@ -202,6 +202,7 @@ void MaemoSettingsWidget::display(const MaemoDeviceConfig &devConfig)
|
||||
otherConfig->server.timeout = devConfig.server.timeout;
|
||||
otherConfig->server.pwd = devConfig.server.pwd;
|
||||
otherConfig->server.privateKeyFile = devConfig.server.privateKeyFile;
|
||||
otherConfig->internalId = devConfig.internalId;
|
||||
|
||||
if (devConfig.server.authType == Core::SshConnectionParameters::AuthByPwd)
|
||||
m_ui->passwordButton->setChecked(true);
|
||||
|
||||
Reference in New Issue
Block a user