X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Fbitcoingui.h;h=efe3e9cc6d72fc908eeec6ed9bb586b8195d77f7;hp=9b672ee809d610e24694fd50beaec1e593f0678f;hb=91d7e847e051c9aa8be87a72d2763872b6b4f385;hpb=724c65c1f8b34245eee6dbd761e1956a7b0d9c53 diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 9b672ee..efe3e9c 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -100,7 +100,7 @@ public slots: /** Set the status bar text if there are any warnings (removes sync progress bar if applicable) */ void refreshStatusBar(); - void error(const QString &title, const QString &message); + void error(const QString &title, const QString &message, bool modal = false); /* It is currently not possible to pass a return value to another thread through BlockingQueuedConnection, so use an indirected pointer. http://bugreports.qt.nokia.com/browse/QTBUG-10440