| 156 | } |
| 157 | |
| 158 | void NativeAppConfigPage::activateDeps( int idx ) |
| 159 | { |
| 160 | dependencies->setEnabled( dependencyAction->itemData( idx ).toString() != QLatin1String("Nothing") ); |
| 161 | } |
| 162 | |
| 163 | void NativeAppConfigPage::saveToConfiguration( KConfigGroup cfg, KDevelop::IProject* project ) const |
| 164 | { |
nothing calls this directly
no test coverage detected