Merge "Merge remote-tracking branch 'origin/13.0'"

This commit is contained in:
The Qt Project
2024-05-31 07:42:04 +00:00
2 changed files with 3 additions and 5 deletions

View File

@@ -49,11 +49,7 @@ private:
return MesonToolKitAspect::mesonToolId(m_kit);
return NinjaToolKitAspect::ninjaToolId(m_kit);
}();
if (id.isValid())
m_toolsComboBox->setCurrentIndex(indexOf(id));
else {
setToDefault();
}
m_toolsComboBox->setCurrentIndex(indexOf(id));
}
QComboBox *m_toolsComboBox;