X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Fbitcoingui.h;h=a0905e44ad95b6a90db6eb37b6bafa90d47f6eb7;hp=3f5d818e17f531b9dd2a72e7bf375f1eaf579503;hb=fc90967876a0b8c762cba4a9f40a80db7a8b0432;hpb=01ea41b203d86d8577227a17760a54578630a3d2 diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 3f5d818..a0905e4 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -109,6 +109,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);