Skip to content

Commit 4e8f46a

Browse files
committed
[Qt] Fixup duplicate label names
resolves compiler warnings about a label's name having been already used .
1 parent 0c071c3 commit 4e8f46a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/qt/forms/receivecoinsdialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
</widget>
182182
</item>
183183
<item row="6" column="0">
184-
<widget class="QLabel" name="label">
184+
<widget class="QLabel" name="label_8">
185185
<property name="toolTip">
186186
<string>An optional amount to request. Leave this empty or zero to not request a specific amount.</string>
187187
</property>

src/qt/forms/zpivcontroldialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</layout>
119119
</item>
120120
<item row="1" column="0">
121-
<layout class="QVBoxLayout" name="verticalLayout">
121+
<layout class="QVBoxLayout" name="verticalLayout_2">
122122
<item>
123123
<widget class="QTreeWidget" name="treeWidget">
124124
<property name="sizePolicy">

0 commit comments

Comments
 (0)