GUI: Minor fix: Rename one of the two layout items with the same name (#1121)

Qt warns about two QVBoxLayout objects with the same name and
automatically renames one.
This fixes the warning.
This commit is contained in:
Sebastian 2018-03-15 14:59:34 +01:00 committed by Daniel Marjamäki
parent 65c85cbb53
commit ad5f7cbf71
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@
<property name="title">
<string>External tools</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<layout class="QVBoxLayout" name="verticalLayout_1">
<item>
<widget class="QCheckBox" name="mToolClangTidy">
<property name="text">