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

Method save

kdevplatform/shell/launchconfigurationdialog.cpp:934–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932}
933
934void LaunchConfigPagesContainer::save()
935{
936 for (LaunchConfigurationPage* p : std::as_const(pages)) {
937 p->saveToConfiguration( config->config() );
938 }
939 config->config().sync();
940}
941
942
943QWidget* LaunchConfigurationModelDelegate::createEditor ( QWidget* parent, const QStyleOptionViewItem& option, const QModelIndex& index ) const

Callers 1

saveConfigMethod · 0.45

Calls 2

saveToConfigurationMethod · 0.45
configMethod · 0.45

Tested by

no test coverage detected