Maemo: Rename "Simulator" to "Emulator" when referring to Qemu.

No user-visible changes.
This commit is contained in:
Christian Kandeler
2011-02-14 13:56:39 +01:00
parent 229b06d97f
commit a5e6450998
9 changed files with 16 additions and 16 deletions

View File

@@ -229,7 +229,7 @@ void MaemoDeviceConfigurationsSettingsWidget::fillInValues()
m_ui->keyFileLineEdit->setPath(sshParams.privateKeyFile);
m_ui->showPasswordCheckBox->setChecked(false);
updatePortsWarningLabel();
const bool isSimulator = current->type() == MaemoDeviceConfig::Simulator;
const bool isSimulator = current->type() == MaemoDeviceConfig::Emulator;
m_ui->hostLineEdit->setReadOnly(isSimulator);
m_ui->sshPortSpinBox->setReadOnly(isSimulator);
}