forked from qt-creator/qt-creator
ProjectExplorer: Remove BuildStepListWidget::additionalSummaryText()
... and related code.
The base implementation returns an empty string, the only re-implemented
version in the qmake step returned a member that has been empty since
243145621 "Profile introduction" in 2012.
Change-Id: Ifafdc1b88bf4a96cdca5b48d9ccf47b63d9d987a
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -621,11 +621,6 @@ QString QMakeStepConfigWidget::summaryText() const
|
||||
return m_summaryText;
|
||||
}
|
||||
|
||||
QString QMakeStepConfigWidget::additionalSummaryText() const
|
||||
{
|
||||
return m_additionalSummaryText;
|
||||
}
|
||||
|
||||
void QMakeStepConfigWidget::qtVersionChanged()
|
||||
{
|
||||
updateSummaryLabel();
|
||||
|
||||
Reference in New Issue
Block a user