Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
245
void MesonOptionArrayView::updateInput()
246
{
247
SignalBlocker block(m_input);
248
m_input->setText(m_option->value());
249
}
250
251
void MesonOptionBoolView::updateInput()
252
{
Callers
nothing calls this directly
Calls
4
rawValue
Method · 0.80
setText
Method · 0.45
value
Method · 0.45
setValue
Method · 0.45
Tested by
no test coverage detected