aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-11-22 13:53:05 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-11-24 16:30:14 +0100
commit84b695cc9d4dc90b1ccb99e2d92e1e76e138d911 (patch)
tree70576340fb9a7ff88c2448111ba032fa74565297 /src/qt/sendcoinsdialog.h
parentd4cda964d29e370a4b433334b7fe4dcd9fe8b0c6 (diff)
downloadbitcoin-84b695cc9d4dc90b1ccb99e2d92e1e76e138d911.tar.xz
[Qt] allow deletion of payment-requests in sendcoins
- this adds a delete button for insecure and secure payment requests in the sendcoins dialog - it also enables the delete button even for single and empty entries, as this is much easier to handle and doesn't need to special case single entries - big parts of the ui file were changed, because I copied the delete button and had to delete the layout too and created it from scratch (which seems to cleanup the rows and colums in the layout also, which is nice IMHO)
Diffstat (limited to 'src/qt/sendcoinsdialog.h')
-rw-r--r--src/qt/sendcoinsdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/sendcoinsdialog.h b/src/qt/sendcoinsdialog.h
index 4327e8e382..fcae26c720 100644
--- a/src/qt/sendcoinsdialog.h
+++ b/src/qt/sendcoinsdialog.h
@@ -46,7 +46,7 @@ public slots:
void reject();
void accept();
SendCoinsEntry *addEntry();
- void updateRemoveEnabled();
+ void updateTabsAndLabels();
void setBalance(qint64 balance, qint64 unconfirmedBalance, qint64 immatureBalance);
private: