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

Method setReplacementPolicy

kdevplatform/language/codegen/documentchangeset.cpp:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void DocumentChangeSet::setReplacementPolicy(DocumentChangeSet::ReplacementPolicy policy)
172{
173 Q_D(DocumentChangeSet);
174
175 d->replacePolicy = policy;
176}
177
178void DocumentChangeSet::setFormatPolicy(DocumentChangeSet::FormatPolicy policy)
179{

Callers 5

executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected