forked from qt-creator/qt-creator
QbsProjectManager: Fix display of QML debugging warning icon
Due to a typo in the code, it was almost never shown, except initially when it shouldn't have been. Change-Id: I8d5ab3f28fddde7b996d3ca74bc69f2f549bedc1 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -564,7 +564,7 @@ QbsBuildStepConfigWidget::QbsBuildStepConfigWidget(QbsBuildStep *step) :
|
|||||||
QString *errorMessage) {
|
QString *errorMessage) {
|
||||||
return validateProperties(edit, errorMessage);
|
return validateProperties(edit, errorMessage);
|
||||||
});
|
});
|
||||||
m_ui->qmlDebuggingWarningText->setPixmap(Utils::Icons::WARNING.pixmap());
|
m_ui->qmlDebuggingWarningIcon->setPixmap(Utils::Icons::WARNING.pixmap());
|
||||||
|
|
||||||
connect(m_ui->buildVariantComboBox,
|
connect(m_ui->buildVariantComboBox,
|
||||||
static_cast<void (QComboBox::*)(int)>(&QComboBox::currentIndexChanged),
|
static_cast<void (QComboBox::*)(int)>(&QComboBox::currentIndexChanged),
|
||||||
|
|||||||
Reference in New Issue
Block a user