| 139 | } |
| 140 | |
| 141 | void EnvironmentWidget::setSelectedProfileAsDefault() |
| 142 | { |
| 143 | const int selectedIndex = ui.profileSelect->currentIndex(); |
| 144 | m_environmentProfileListModel->setDefaultProfile(selectedIndex); |
| 145 | } |
| 146 | |
| 147 | void EnvironmentWidget::loadSettings( KConfig* config ) |
| 148 | { |
nothing calls this directly
no test coverage detected