aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.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/bitcoingui.h
parent857aa73783a991e6d750c99988821585c1864e21 (diff)
downloadbitcoin-7ca47cece7854a4efb4a8dcb68b93edbde1a76fb.tar.xz
Fix status bar not displaying Alerts.
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r--src/qt/bitcoingui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h
index d01ab59ae6..ecb356dc35 100644
--- a/src/qt/bitcoingui.h
+++ b/src/qt/bitcoingui.h
@@ -108,6 +108,8 @@ public slots:
@see WalletModel::EncryptionStatus
*/
void setEncryptionStatus(int status);
+ /** Set the status bar text if there are any warnings (removes sync progress bar if applicable) */
+ void refreshStatusBar();
/** Notify the user of an error in the network or transaction handling code. */
void error(const QString &title, const QString &message);