| 112 | } |
| 113 | |
| 114 | void LocalPatchWidget::updatePatchFromEdit() |
| 115 | { |
| 116 | m_lpatch->setCommand(m_ui->command->text()); |
| 117 | m_lpatch->setFilename(m_ui->filename->url()); |
| 118 | m_lpatch->setBaseDir(m_ui->baseDir->url()); |
| 119 | m_lpatch->setAlreadyApplied(m_ui->applied->checkState() == Qt::Checked); |
| 120 | } |
| 121 | |
| 122 | #include "moc_localpatchsource.cpp" |
no test coverage detected