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

Method readUI

plugins/meson/settings/mesonconfigpage.cpp:240–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void MesonConfigPage::readUI()
241{
242 qCDebug(KDEV_Meson) << "Reading current build configuration from the UI " << m_current.buildDir.toLocalFile();
243
244 auto aConf = m_ui->advanced->getConfig();
245 m_current.mesonArgs = aConf.args;
246 m_current.mesonBackend = aConf.backend;
247 m_current.mesonExecutable = aConf.meson;
248}
249
250void MesonConfigPage::setWidgetsDisabled(bool disabled)
251{

Callers

nothing calls this directly

Calls 2

toLocalFileMethod · 0.80
getConfigMethod · 0.45

Tested by

no test coverage detected