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

Method ContextMenuHandler

src/ui/ContextMenuHandler.cpp:356–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356ContextMenuHandler::ContextMenuHandler(
357 const Settings &settings, const SpellerContainer &speller_container,
358 EditorInterface &editor, const SpellChecker &spell_checker)
359 : m_settings(settings), m_speller_container(speller_container),
360 m_editor(editor), m_spell_checker(spell_checker) {
361 m_speller_container.speller_status_changed.connect(
362 [this]() { do_plugin_menu_inclusion(); });
363}

Callers

nothing calls this directly

Calls 1

connectMethod · 0.80

Tested by

no test coverage detected