X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Fclientmodel.h;h=6366b4d617935ed51071280568ea886ba8db7e9b;hp=3dfbcecc027918e87038bd6823150403fd2cb918;hb=7cfbe1fee465e82ddbdc8ed17dfcce791bd765f5;hpb=1a3f0da9229a8e524d1010cdc8bd3b9da71fe529 diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 3dfbcec..6366b4d 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -52,7 +52,7 @@ signals: void numBlocksChanged(int count); //! Asynchronous error notification - void error(const QString &title, const QString &message); + void error(const QString &title, const QString &message, bool modal); public slots: