X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Fbitcoingui.h;h=d221f6bad9c634b7c52fdd1e27d90f8367f41328;hb=fe1725a141334dab82ca007fb6fc983c358e35b2;hp=dbc32640b825625a6016ce4d1c6802a462c23597;hpb=fbbd42a535813b2d7e30dba44c5c36b70833fe55;p=novacoin.git diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index dbc3264..d221f6b 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -117,7 +117,7 @@ public slots: 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 = false); /** 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.