| 222 | } |
| 223 | |
| 224 | void EnvironmentWidget::onVariableInserted(int column, const QVariant& value) |
| 225 | { |
| 226 | Q_UNUSED(column); |
| 227 | m_environmentProfileModel->addVariable(value.toString(), QString()); |
| 228 | } |
| 229 | |
| 230 | void EnvironmentWidget::batchModeEditButtonClicked() |
| 231 | { |
nothing calls this directly
no test coverage detected