forked from qt-creator/qt-creator
Fixes: uic warning about duplicate name
Details: Give the layout a name.
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Locations</string>
|
<string>Locations</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout" name="gridLayout_3">
|
||||||
<property name="margin">
|
<property name="margin">
|
||||||
<number>9</number>
|
<number>9</number>
|
||||||
</property>
|
</property>
|
||||||
|
Reference in New Issue
Block a user