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

Method copyRevision

kdevplatform/vcs/widgets/vcseventwidget.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void VcsEventWidgetPrivate::copyRevision()
122{
123 qApp->clipboard()->setText(m_contextIndex.sibling(m_contextIndex.row(), 0).data().toString());
124}
125
126void VcsEventWidgetPrivate::diffToPrevious()
127{

Callers

nothing calls this directly

Calls 5

siblingMethod · 0.80
setTextMethod · 0.45
toStringMethod · 0.45
dataMethod · 0.45
rowMethod · 0.45

Tested by

no test coverage detected