forked from qt-creator/qt-creator
Qnx: Do not override IP user input value
Change-Id: I3a697cf1392e1ce13310e2af1c3e7d7af1fdf79d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
f0e4df5826
commit
a4455f3711
@@ -121,7 +121,8 @@ IDevice::MachineType BlackBerryDeviceConfigurationWizardSetupPage::machineType()
|
||||
|
||||
void BlackBerryDeviceConfigurationWizardSetupPage::handleMachineTypeChanged()
|
||||
{
|
||||
m_ui->deviceHostIp->setText(defaultDeviceHostIp(machineType()));
|
||||
if (m_ui->deviceHostIp->text().isEmpty())
|
||||
m_ui->deviceHostIp->setText(defaultDeviceHostIp(machineType()));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user