| 69 | } |
| 70 | |
| 71 | QStringList VCSCommitDiffPatchSource::oldMessages() const |
| 72 | { |
| 73 | KConfigGroup vcsGroup(ICore::self()->activeSession()->config(), QStringLiteral("VCS")); |
| 74 | return vcsGroup.readEntry("OldCommitMessages", QStringList()); |
| 75 | } |
| 76 | |
| 77 | void VCSCommitDiffPatchSource::addMessageToHistory(const QString& message) |
| 78 | { |
no test coverage detected