forked from qt-creator/qt-creator
Utils: Introduce a Layouting::empty item
A bit more explicit than the current mix of Space() and asserting {}.
Change-Id: Ia296b1d23294dfccd1e33827e136b821a4d2c6fe
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -353,7 +353,6 @@ AndroidSettingsWidget::AndroidSettingsWidget()
|
||||
downloadNdkToolButton->setIcon(downloadIcon);
|
||||
|
||||
using namespace Layouting;
|
||||
const Space empty;
|
||||
|
||||
Column {
|
||||
Group {
|
||||
|
||||
Reference in New Issue
Block a user