Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setValue
Method
setValue
kdevplatform/vcs/vcsrevision.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void VcsRevision::setValue( const QString& key, const QVariant& value )
90
{
91
d->internalValues[key] = value;
92
}
93
94
void VcsRevision::setType( RevisionType t)
95
{
Callers
12
checkoutVcsProject
Method · 0.45
progressChanged
Method · 0.45
projectReceived
Method · 0.45
reset
Method · 0.45
activateSingleItemMode
Method · 0.45
slotProgressItemProgress
Method · 0.45
slotClean
Method · 0.45
TransactionItem
Method · 0.45
setProgress
Method · 0.45
maximumProgress
Method · 0.45
progress
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected