MCPcopy 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
89void VcsRevision::setValue( const QString& key, const QVariant& value )
90{
91 d->internalValues[key] = value;
92}
93
94void VcsRevision::setType( RevisionType t)
95{

Callers 12

checkoutVcsProjectMethod · 0.45
progressChangedMethod · 0.45
projectReceivedMethod · 0.45
resetMethod · 0.45
slotCleanMethod · 0.45
TransactionItemMethod · 0.45
setProgressMethod · 0.45
maximumProgressMethod · 0.45
progressMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected