forked from qt-creator/qt-creator
Utils: Remove one LayoutBuilder::addRow() overload
The flexibility here is getting in the way later when trying to remove the dependency on aspects. Change-Id: I7221e80f2067292c7c80aead8f6d739fb7878f7e Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -341,17 +341,6 @@ LayoutBuilder &LayoutBuilder::finishRow()
|
||||
return *this;
|
||||
}
|
||||
|
||||
/*!
|
||||
This starts a new row containing the \a item. The row can be further extended by
|
||||
other items using \c addItem() or \c addItems().
|
||||
|
||||
\sa finishRow(), addItem(), addItems()
|
||||
*/
|
||||
LayoutBuilder &LayoutBuilder::addRow(const LayoutItem &item)
|
||||
{
|
||||
return finishRow().addItem(item);
|
||||
}
|
||||
|
||||
/*!
|
||||
This starts a new row containing \a items. The row can be further extended by
|
||||
other items using \c addItem() or \c addItems().
|
||||
|
||||
Reference in New Issue
Block a user