MCPcopy Create free account
hub / github.com/KDE/okular / commitValue

Method commitValue

core/form.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void FormField::commitValue(const QString &value)
152{
153 Q_D(FormField);
154 d->m_committedValue = value;
155}
156
157QString FormField::committedFormattedValue() const
158{

Callers 3

recalculateFormsMethod · 0.80
processKVCFActionsMethod · 0.80
testCommitMethod · 0.80

Calls

no outgoing calls

Tested by 1

testCommitMethod · 0.64