Fix lack of Q_OBJECT macro lupdate warning

Change-Id: Ida21090229aca6b900d80d4a1be1fa63e40e946f
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Sergey Belyashov
2019-11-08 12:21:46 +03:00
parent 890e62931c
commit 96f3cef06a

View File

@@ -355,7 +355,7 @@ void QbsInstallStepConfigWidget::updateState()
m_commandLineTextEdit->setPlainText(command); m_commandLineTextEdit->setPlainText(command);
setSummaryText(tr("<b>Qbs:</b> %1").arg(command)); setSummaryText(QbsInstallStep::tr("<b>Qbs:</b> %1").arg(command));
} }
// -------------------------------------------------------------------- // --------------------------------------------------------------------