| 79 | } |
| 80 | |
| 81 | void VcsDiffWidget::setRevisions( const KDevelop::VcsRevision& first, |
| 82 | const KDevelop::VcsRevision& second ) |
| 83 | { |
| 84 | Q_D(VcsDiffWidget); |
| 85 | |
| 86 | d->m_ui->revLabel->setText( i18nc("@label", "Difference between revision %1 and %2:", |
| 87 | first.prettyValue(), |
| 88 | second.prettyValue() ) ); |
| 89 | } |
| 90 | |
| 91 | } |
| 92 |
no test coverage detected