Fix status bar not displaying Alerts.

This commit is contained in:
Matt Corallo
2011-12-13 14:00:21 -05:00
parent 857aa73783
commit 7ca47cece7
5 changed files with 46 additions and 5 deletions

View File

@@ -33,6 +33,8 @@ public:
bool inInitialBlockDownload() const;
//! Return conservative estimate of total number of blocks, or 0 if unknown
int getNumBlocksOfPeers() const;
//! Return warnings to be displayed in status bar
QString getStatusBarWarnings() const;
QString formatFullVersion() const;