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

Method configChanged

plugins/custom-buildsystem/custombuildsystemconfigwidget.cpp:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void CustomBuildSystemConfigWidget::configChanged()
137{
138 int idx = ui->currentConfig->currentIndex();
139 if( idx >= 0 && idx < configs.count() ) {
140 configs[idx] = ui->configWidget->config();
141 emit changed();
142 }
143}
144
145void CustomBuildSystemConfigWidget::changeCurrentConfig( int idx )
146{

Callers

nothing calls this directly

Calls 3

currentIndexMethod · 0.45
countMethod · 0.45
configMethod · 0.45

Tested by

no test coverage detected