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

@@ -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);