| 240 | return MakeHandler(::uiInterface.ThreadSafeMessageBox.connect(fn)); |
| 241 | } |
| 242 | std::unique_ptr<Handler> handleQuestion(QuestionFn fn) override |
| 243 | { |
| 244 | return MakeHandler(::uiInterface.ThreadSafeQuestion.connect(fn)); |
| 245 | } |
| 246 | std::unique_ptr<Handler> handleShowProgress(ShowProgressFn fn) override |
| 247 | { |
| 248 | return MakeHandler(::uiInterface.ShowProgress.connect(fn)); |
no test coverage detected