forked from qt-creator/qt-creator
Fix lack of Q_OBJECT macro lupdate warning
Change-Id: Ida21090229aca6b900d80d4a1be1fa63e40e946f Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -355,7 +355,7 @@ void QbsInstallStepConfigWidget::updateState()
|
||||
|
||||
m_commandLineTextEdit->setPlainText(command);
|
||||
|
||||
setSummaryText(tr("<b>Qbs:</b> %1").arg(command));
|
||||
setSummaryText(QbsInstallStep::tr("<b>Qbs:</b> %1").arg(command));
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user