forked from qt-creator/qt-creator
ClangFormat: Remove without margins layouting from script
Change-Id: Iddf69e73ca5df48541e83030b2a09e7833f9fa64 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -81,7 +81,7 @@ ClangFormatChecks::ClangFormatChecks(QWidget *parent)
|
|||||||
using namespace Layouting;
|
using namespace Layouting;
|
||||||
|
|
||||||
Form {
|
Form {
|
||||||
''' + layout_code + ''' }.attachTo(this, Layouting::WithoutMargins);
|
''' + layout_code + ''' }.attachTo(this);
|
||||||
}
|
}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user