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

Method getConfig

plugins/meson/settings/mesonadvancedsettings.cpp:26–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26MesonAdvancedSettings::Data MesonAdvancedSettings::getConfig() const
27{
28 Data res;
29
30 res.args = m_ui->i_mesonArgs->text();
31 res.backend = m_ui->i_backend->currentText();
32 res.meson = Path(m_ui->i_mesonExe->url());
33
34 return res;
35}
36
37void MesonAdvancedSettings::setConfig(const MesonAdvancedSettings::Data& conf)
38{

Callers 5

resetFieldsMethod · 0.45
updatedMethod · 0.45
currentConfigMethod · 0.45
updateUIMethod · 0.45
readUIMethod · 0.45

Calls 3

PathClass · 0.50
textMethod · 0.45
urlMethod · 0.45

Tested by

no test coverage detected