forked from qt-creator/qt-creator
Qt: Update invalid icon
Update the invalid icon of the Qt version as soon as the qmake path is changed. Task-number: QTCREATORBUG-4408
This commit is contained in:
@@ -820,7 +820,7 @@ void QtOptionsPageWidget::updateCurrentQMakeLocation()
|
|||||||
currentItem->setText(1, QDir::toNativeSeparators(version->qmakeCommand()));
|
currentItem->setText(1, QDir::toNativeSeparators(version->qmakeCommand()));
|
||||||
showEnvironmentPage(currentItem);
|
showEnvironmentPage(currentItem);
|
||||||
|
|
||||||
updateDebuggingHelperUi();
|
updateState();
|
||||||
|
|
||||||
if (m_versionUi->nameEdit->text().isEmpty() || m_versionUi->nameEdit->text() == m_specifyNameString) {
|
if (m_versionUi->nameEdit->text().isEmpty() || m_versionUi->nameEdit->text() == m_specifyNameString) {
|
||||||
QString name = ProjectExplorer::DebuggingHelperLibrary::qtVersionForQMake(version->qmakeCommand());
|
QString name = ProjectExplorer::DebuggingHelperLibrary::qtVersionForQMake(version->qmakeCommand());
|
||||||
|
Reference in New Issue
Block a user