diff options
author | Matt Corallo <matt@bluematt.me> | 2011-12-13 14:00:21 -0500 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2011-12-13 16:17:58 -0500 |
commit | 181b863d224b5236b53309e7cb12b3927b240d70 (patch) | |
tree | f5f04e530d941442a6251e498b266e01abab6b44 /src/qt/bitcoingui.h | |
parent | 142e5056cd8a62df838e9a3afee0f718faffd72b (diff) |
Fix status bar not displaying Alerts.
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index a912192196..581d393749 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -96,6 +96,8 @@ public slots: void setNumConnections(int count); void setNumBlocks(int count); void setEncryptionStatus(int status); + /** Set the status bar text if there are any warnings (removes sync progress bar if applicable) */ + void refreshStatusBar(); void error(const QString &title, const QString &message); /* It is currently not possible to pass a return value to another thread through |