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