X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqtui.h;h=79873702702537d0dad39a68a520dbf103d27fc7;hp=193f849249ec23ffb09336ec81c1046ae7740636;hb=fe1725a141334dab82ca007fb6fc983c358e35b2;hpb=658cf0b1be93e08eee400b0bd1e9d3485313475d diff --git a/src/qtui.h b/src/qtui.h index 193f849..7987370 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 ThreadSafeHandleURL(const std::string& strURL); extern void CalledSetStatusBar(const std::string& strText, int nField); extern void UIThreadCall(boost::function0 fn); extern void MainFrameRepaint();