aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.h
diff options
context:
space:
mode:
authorMatt Corallo <matt@bluematt.me>2011-12-13 14:00:21 -0500
committerMatt Corallo <matt@bluematt.me>2011-12-13 15:29:17 -0500
commit7ca47cece7854a4efb4a8dcb68b93edbde1a76fb (patch)
tree50d59133f31d2baff8abc22aa41bbdb444186afc /src/qt/clientmodel.h
parent857aa73783a991e6d750c99988821585c1864e21 (diff)
downloadbitcoin-7ca47cece7854a4efb4a8dcb68b93edbde1a76fb.tar.xz
Fix status bar not displaying Alerts.
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r--src/qt/clientmodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h
index b4054b5d87..5a12c4fcd8 100644
--- a/src/qt/clientmodel.h
+++ b/src/qt/clientmodel.h
@@ -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;