MCPcopy Create free account
hub / github.com/KDE/kdevelop / setRevisions

Method setRevisions

kdevplatform/vcs/widgets/vcsdiffwidget.cpp:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void 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

Callers 2

diffToPreviousMethod · 0.80
diffRevisionsMethod · 0.80

Calls 2

prettyValueMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected