| 224 | } |
| 225 | |
| 226 | void CompilerSettings::sourceExtensionsChanged(const QString &text) { |
| 227 | if (curCompiler) |
| 228 | curCompiler->setSourceExtensions(text); |
| 229 | } |
| 230 | |
| 231 | void CompilerSettings::compilerListCurrentRowChanged() { |
| 232 | if (ui->compilerList->currentItem()) { |
nothing calls this directly
no test coverage detected