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:
parent
65c85cbb53
commit
ad5f7cbf71
|
@ -532,7 +532,7 @@
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>External tools</string>
|
<string>External tools</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout_1">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="mToolClangTidy">
|
<widget class="QCheckBox" name="mToolClangTidy">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|
Loading…
Reference in New Issue