| 293 | return MakeHandler(::uiInterface.ThreadSafeMessageBox_connect(fn)); |
| 294 | } |
| 295 | std::unique_ptr<Handler> handleQuestion(QuestionFn fn) override |
| 296 | { |
| 297 | return MakeHandler(::uiInterface.ThreadSafeQuestion_connect(fn)); |
| 298 | } |
| 299 | std::unique_ptr<Handler> handleShowProgress(ShowProgressFn fn) override |
| 300 | { |
| 301 | return MakeHandler(::uiInterface.ShowProgress_connect(fn)); |
no test coverage detected