Device Support: Clear auto-detection label when last device is removed.

Change-Id: I11c1ec1203519c965dd005c81a74442adc06d04c
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Christian Kandeler
2012-04-04 08:05:29 +02:00
parent b7856be521
commit c616d93800

View File

@@ -273,6 +273,7 @@ void DeviceSettingsWidget::clearDetails()
{ {
m_ui->nameLineEdit->clear(); m_ui->nameLineEdit->clear();
m_ui->osTypeValueLabel->clear(); m_ui->osTypeValueLabel->clear();
m_ui->autoDetectionValueLabel->clear();
} }
const IDeviceFactory *DeviceSettingsWidget::factoryForCurrentDevice() const const IDeviceFactory *DeviceSettingsWidget::factoryForCurrentDevice() const