diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-15 16:57:59 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-17 21:49:32 +0200 |
commit | c26f3a9bd117a8f4bdae8b35083d1503a8d136ee (patch) | |
tree | 3faca8a1f6f259ffcef82bcd5c8ad4d8ba7c9195 /src/qt/overviewpage.h | |
parent | cf2f7c30a3b461c8db8703f3d522076fdacd81ba (diff) |
add 2 labels to the overviewpage that display Wallet and Transaction status (obsolete or current) / cleanup overviewpage XML ui-file
Diffstat (limited to 'src/qt/overviewpage.h')
-rw-r--r-- | src/qt/overviewpage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/overviewpage.h b/src/qt/overviewpage.h index 1acd1b7f39..208b324feb 100644 --- a/src/qt/overviewpage.h +++ b/src/qt/overviewpage.h @@ -24,6 +24,7 @@ public: ~OverviewPage(); void setModel(WalletModel *model); + void showOutOfSyncWarning(bool fShow); public slots: void setBalance(qint64 balance, qint64 unconfirmedBalance); |