diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-07-13 09:01:27 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-07-17 14:54:01 +0200 |
commit | ce2f66d9bfd2040753b1af93dc520a8a3f7a5213 (patch) | |
tree | 0c0aededd0c27bec11bb99f77254e0a197a6282d /src/qt/bitcoingui.h | |
parent | ce652affe0ffec114bceb2e2c20ae1d015faca53 (diff) |
small update for BitcoinGUI::setNumBlocks() function
- re-work code parts that check if we have a Statusbar warning
- use same variable names in the header
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 9e0cd0c190..adc75b0481 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -112,7 +112,7 @@ public slots: /** Set number of connections shown in the UI */ void setNumConnections(int count); /** Set number of blocks shown in the UI */ - void setNumBlocks(int count, int countOfPeers); + void setNumBlocks(int count, int nTotalBlocks); /** Set the encryption status as shown in the UI. @param[in] status current encryption status @see WalletModel::EncryptionStatus |