forked from qt-creator/qt-creator
Maemo: Fix device name update in deployment widget.
This commit is contained in:
@@ -86,6 +86,7 @@ void MaemoDeployStepWidget::setCurrentDeviceConfig(int index)
|
|||||||
SLOT(handleDeviceUpdate()));
|
SLOT(handleDeviceUpdate()));
|
||||||
m_step->setDeviceConfig(index);
|
m_step->setDeviceConfig(index);
|
||||||
connect(m_step, SIGNAL(deviceConfigChanged()), SLOT(handleDeviceUpdate()));
|
connect(m_step, SIGNAL(deviceConfigChanged()), SLOT(handleDeviceUpdate()));
|
||||||
|
updateSummary();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MaemoDeployStepWidget::setDeployToSysroot(bool doDeploy)
|
void MaemoDeployStepWidget::setDeployToSysroot(bool doDeploy)
|
||||||
|
|||||||
Reference in New Issue
Block a user