forked from qt-creator/qt-creator
Maemo: Display OS type in device configuration widget.
This commit is contained in:
@@ -195,6 +195,7 @@ void MaemoDeviceConfigurationsSettingsWidget::displayCurrent()
|
||||
{
|
||||
const MaemoDeviceConfig::ConstPtr ¤t = currentConfig();
|
||||
m_ui->defaultDeviceButton->setEnabled(!current->isDefault());
|
||||
m_ui->osTypeValueLabel->setText(MaemoGlobal::maemoVersionToString(current->osVersion()));
|
||||
const SshConnectionParameters &sshParams = current->sshParameters();
|
||||
if (current->type() == MaemoDeviceConfig::Physical)
|
||||
m_ui->deviceTypeValueLabel->setText(tr("Physical Device"));
|
||||
|
||||
Reference in New Issue
Block a user