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

Method AdvancedSettingsTab

src/ui/SettingsDialog.cpp:730–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730AdvancedSettingsTab::AdvancedSettingsTab(const Settings &settings)
731 : m_settings(settings) {
732 m_regexp_error_color_brush = {CreateSolidBrush(regex_error_color)};
733}
734
735void AdvancedSettingsTab::apply_settings(Settings &settings) {
736 settings.data.delimiters = WinApi::get_edit_text(m_h_edit_delimiters);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected