RemoteLinux: Fix wizard bug.

Not much sense in setting text on a line edit and then clearing
it right afterwards.

Change-Id: I97f4e1e6499b50e5257be1d9877c93535e7db46b
Reviewed-on: http://codereview.qt.nokia.com/546
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Christian Kandeler
2011-06-21 13:30:46 +02:00
parent 48b2fa5245
commit 084e10dcb3

View File

@@ -72,7 +72,6 @@ void GenericLinuxDeviceConfigurationWizardSetupPage::initializePage()
m_d->ui.userNameLineEdit->setText(defaultUserName());
m_d->ui.passwordButton->setChecked(true);
m_d->ui.passwordLineEdit->setText(defaultPassWord());
m_d->ui.passwordLineEdit->clear();
m_d->ui.privateKeyPathChooser->setPath(LinuxDeviceConfiguration::defaultPrivateKeyFilePath());
handleAuthTypeChanged();
}