X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Fbitcoingui.h;h=c684d7cc3a9c5cf7accacf3e369a1d5dc7b32af7;hb=7cfbe1fee465e82ddbdc8ed17dfcce791bd765f5;hp=dbc32640b825625a6016ce4d1c6802a462c23597;hpb=fbbd42a535813b2d7e30dba44c5c36b70833fe55;p=novacoin.git diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index dbc3264..c684d7c 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -113,11 +113,9 @@ 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); + void error(const QString &title, const QString &message, bool modal); /** Asks the user whether to pay the transaction fee or to cancel the transaction. It is currently not possible to pass a return value to another thread through BlockingQueuedConnection, so an indirected pointer is used.