diff options
| author | Philip Kaufmann <[email protected]> | 2012-06-09 15:41:21 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-06-17 15:20:42 +0200 |
| commit | e0873dafc57980caffd1cdff597b4317d9cdcea6 (patch) | |
| tree | 6e1e779a8a3fe54a8bd4a5eef2ba02c873d8f308 /src/qt/sendcoinsdialog.h | |
| parent | Document how to build/run unit tests (diff) | |
| download | discoin-e0873dafc57980caffd1cdff597b4317d9cdcea6.tar.xz discoin-e0873dafc57980caffd1cdff597b4317d9cdcea6.zip | |
add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinsentry and connect it to displayUnitChanged() - this ensures all fields in the GUI, who use a display unit are imediately updated, when the user changes this setting in the optionsdialog / ensure used fields init with the current set display unit
Diffstat (limited to 'src/qt/sendcoinsdialog.h')
| -rw-r--r-- | src/qt/sendcoinsdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/sendcoinsdialog.h b/src/qt/sendcoinsdialog.h index 915b7ad46..def2f83c3 100644 --- a/src/qt/sendcoinsdialog.h +++ b/src/qt/sendcoinsdialog.h @@ -47,8 +47,8 @@ private: private slots: void on_sendButton_clicked(); - void removeEntry(SendCoinsEntry* entry); + void updateDisplayUnit(); }; #endif // SENDCOINSDIALOG_H |