| 199 | } |
| 200 | |
| 201 | void VCSDiffPatchSource::update() { |
| 202 | if(!m_updater) |
| 203 | return; |
| 204 | updateFromDiff(m_updater->update()); |
| 205 | } |
| 206 | |
| 207 | VCSCommitDiffPatchSource::~VCSCommitDiffPatchSource() { |
| 208 | delete m_commitMessageWidget.data(); |
nothing calls this directly
no test coverage detected