| 92 | } |
| 93 | |
| 94 | void VCSCommitDiffPatchSource::oldMessageChanged(const QString& text) |
| 95 | { |
| 96 | if(m_oldMessages->currentIndex() != 0) |
| 97 | { |
| 98 | m_oldMessages->setCurrentIndex(0); |
| 99 | m_commitMessageEdit.data()->setText(text); |
| 100 | } |
| 101 | } |
| 102 | |
| 103 | void VCSCommitDiffPatchSource::jobFinished(KJob *job) |
| 104 | { |
nothing calls this directly
no test coverage detected