[Qt] make a UI element in sendcoins non-validated

- this was unused for the label and also makes no sense, so remove it
This commit is contained in:
Philip Kaufmann 2013-11-20 16:01:03 +01:00
parent 71f97ea2a7
commit 67448b245c
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
</layout>
</item>
<item row="4" column="1">
<widget class="QValidatedLineEdit" name="addAsLabel">
<widget class="QLineEdit" name="addAsLabel">
<property name="toolTip">
<string>Enter a label for this address to add it to the list of used addresses</string>
</property>