aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-07-13 09:01:27 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-07-17 14:54:01 +0200
commitce2f66d9bfd2040753b1af93dc520a8a3f7a5213 (patch)
tree0c0aededd0c27bec11bb99f77254e0a197a6282d /src/qt/bitcoingui.h
parentce652affe0ffec114bceb2e2c20ae1d015faca53 (diff)
downloadbitcoin-ce2f66d9bfd2040753b1af93dc520a8a3f7a5213.tar.xz
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.h2
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