MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / AspellOptionsDialog

Method AspellOptionsDialog

src/ui/AspellOptionsDialog.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include "spellers/SpellerContainer.h"
20
21AspellOptionsDialog::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
26void AspellOptionsDialog::do_dialog() {
27 if (!isCreated()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected