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

Method updateUI

plugins/meson/settings/mesonconfigpage.cpp:229–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void MesonConfigPage::updateUI()
230{
231 auto aConf = m_ui->advanced->getConfig();
232 aConf.args = m_current.mesonArgs;
233 aConf.backend = m_current.mesonBackend;
234 aConf.meson = m_current.mesonExecutable;
235 m_ui->advanced->setConfig(aConf);
236
237 checkStatus();
238}
239
240void MesonConfigPage::readUI()
241{

Callers

nothing calls this directly

Calls 2

setConfigMethod · 0.80
getConfigMethod · 0.45

Tested by

no test coverage detected