Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
void VcsEventWidgetPrivate::copyRevision()
122
{
123
qApp->clipboard()->setText(m_contextIndex.sibling(m_contextIndex.row(), 0).data().toString());
124
}
125
126
void VcsEventWidgetPrivate::diffToPrevious()
127
{
Callers
nothing calls this directly
Calls
5
sibling
Method · 0.80
setText
Method · 0.45
toString
Method · 0.45
data
Method · 0.45
row
Method · 0.45
Tested by
no test coverage detected