MCPcopy Create free account
hub / github.com/KDE/kdevelop / updateInput

Method updateInput

plugins/meson/settings/mesonoptionbaseview.cpp:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243// Updaters for the input widget
244
245void MesonOptionArrayView::updateInput()
246{
247 SignalBlocker block(m_input);
248 m_input->setText(m_option->value());
249}
250
251void MesonOptionBoolView::updateInput()
252{

Callers

nothing calls this directly

Calls 4

rawValueMethod · 0.80
setTextMethod · 0.45
valueMethod · 0.45
setValueMethod · 0.45

Tested by

no test coverage detected