aboutsummaryrefslogtreecommitdiff
path: root/src/qt/overviewpage.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-06-09 15:41:21 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-06-17 15:20:42 +0200
commite0873dafc57980caffd1cdff597b4317d9cdcea6 (patch)
tree6e1e779a8a3fe54a8bd4a5eef2ba02c873d8f308 /src/qt/overviewpage.h
parentfab7858a350d4650686b3aa07bd6277ce7c9685f (diff)
downloadbitcoin-e0873dafc57980caffd1cdff597b4317d9cdcea6.tar.xz
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/overviewpage.h')
-rw-r--r--src/qt/overviewpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/overviewpage.h b/src/qt/overviewpage.h
index c7d3a4242c..00048cc8f8 100644
--- a/src/qt/overviewpage.h
+++ b/src/qt/overviewpage.h
@@ -44,7 +44,7 @@ private:
TransactionFilterProxy *filter;
private slots:
- void displayUnitChanged();
+ void updateDisplayUnit();
void handleTransactionClicked(const QModelIndex &index);
};