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">
|
||||
<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">
|
||||
|
|
Loading…
Reference in New Issue