X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqtui.h;h=e6ca0cb17bfda338c699ff0dba470acf4d6e5f8e;hp=52983b87e7bdea1e29cf4719548f798f3238fe6a;hb=6ec9d30905e8df77e60d0195074920271abb977a;hpb=3703150d56ff6ee557ab330e55637c9c23835902 diff --git a/src/qtui.h b/src/qtui.h index 52983b8..e6ca0cb 100644 --- a/src/qtui.h +++ b/src/qtui.h @@ -42,6 +42,7 @@ extern int MyMessageBox(const std::string& message, const std::string& caption=" #define wxMessageBox MyMessageBox extern int ThreadSafeMessageBox(const std::string& message, const std::string& caption, int style=wxOK, wxWindow* parent=NULL, int x=-1, int y=-1); extern bool ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption, wxWindow* parent); +extern void ThreadSafeHandleURI(const std::string& strURI); extern void CalledSetStatusBar(const std::string& strText, int nField); extern void UIThreadCall(boost::function0 fn); extern void MainFrameRepaint();