X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Fbitcoingui.h;h=d27151add170e48184bf94d46804c9fea341a02b;hp=de83a5829a7373fd37f61a66830dcc1a16013586;hb=970439b145539a9f25925d0c73de6adf02c6e81e;hpb=713fd8a57b0f2b5f8f8158542e51f1c51919eb32 diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index de83a58..d27151a 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -138,6 +138,7 @@ public slots: void setEncryptionStatus(int status); /** Notify the user of an error in the network or transaction handling code. */ + void error(const QString &title, const QString &message, bool modal); void message(const QString &title, const QString &message, unsigned int style, const QString &detail=QString()); /** Asks the user whether to pay the transaction fee or to cancel the transaction.