Fixes: uic warning about duplicate name

Details: Give the layout a name.
This commit is contained in:
Friedemann Kleint
2009-02-12 16:06:23 +01:00
committed by hjk
parent 3aa08efb75
commit 1b5703b729

View File

@@ -19,7 +19,7 @@
<property name="title">
<string>Locations</string>
</property>
<layout class="QGridLayout">
<layout class="QGridLayout" name="gridLayout_3">
<property name="margin">
<number>9</number>
</property>