Mercurial > hg > bitcoin
comparison src/qt/walletmodel.h @ 1192:bc546d3c46d2 draft
make initial block download reporting somewhat better by tracking version responses
author | Wladimir J. van der Laan <laanwj@gmail.com> |
---|---|
date | Sun, 17 Jul 2011 14:06:43 +0200 |
parents | 5c41b03dc484 |
children | fa39b222e5e0 |
comparison
equal
deleted
inserted
replaced
1191:e32921ddc7fc | 1192:bc546d3c46d2 |
---|---|
71 OptionsModel *optionsModel; | 71 OptionsModel *optionsModel; |
72 | 72 |
73 AddressTableModel *addressTableModel; | 73 AddressTableModel *addressTableModel; |
74 TransactionTableModel *transactionTableModel; | 74 TransactionTableModel *transactionTableModel; |
75 | 75 |
76 qint64 cachedBalance; | |
77 qint64 cachedUnconfirmedBalance; | |
78 qint64 cachedNumTransactions; | |
79 | |
76 signals: | 80 signals: |
77 void balanceChanged(qint64 balance, qint64 unconfirmedBalance); | 81 void balanceChanged(qint64 balance, qint64 unconfirmedBalance); |
78 void numTransactionsChanged(int count); | 82 void numTransactionsChanged(int count); |
79 | 83 |
80 // Asynchronous error notification | 84 // Asynchronous error notification |