| 19 | #include "spellers/SpellerContainer.h" |
| 20 | |
| 21 | AspellOptionsDialog::AspellOptionsDialog(HINSTANCE h_inst, HWND parent, const Settings &settings, const SpellerContainer &spellers) |
| 22 | : m_settings(settings), m_spellers(spellers) { |
| 23 | Window::init(h_inst, parent); |
| 24 | } |
| 25 | |
| 26 | void AspellOptionsDialog::do_dialog() { |
| 27 | if (!isCreated()) { |
nothing calls this directly
no outgoing calls
no test coverage detected