X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqtui.h;h=9791ba544d24d581231d2d7657af01b4dad80c5c;hb=7d145a0f591dab109eae9adcfaf59303cce0431a;hp=17fc44e94b6c162c09612ef233c688ada62a558a;hpb=bde280b9a4da2652716c8ffdeed9ebfa4461cc70;p=novacoin.git diff --git a/src/qtui.h b/src/qtui.h index 17fc44e..9791ba5 100644 --- a/src/qtui.h +++ b/src/qtui.h @@ -40,6 +40,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();