| 343 | return MakeHandler(::uiInterface.ThreadSafeMessageBox_connect(fn)); |
| 344 | } |
| 345 | std::unique_ptr<Handler> handleQuestion(QuestionFn fn) override { |
| 346 | return MakeHandler(::uiInterface.ThreadSafeQuestion_connect(fn)); |
| 347 | } |
| 348 | std::unique_ptr<Handler> |
| 349 | handleShowProgress(ShowProgressFn fn) override { |
| 350 | return MakeHandler(::uiInterface.ShowProgress_connect(fn)); |
no test coverage detected