Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
void FormField::commitValue(const QString &value)
152
{
153
Q_D(FormField);
154
d->m_committedValue = value;
155
}
156
157
QString FormField::committedFormattedValue() const
158
{
Callers
3
recalculateForms
Method · 0.80
processKVCFActions
Method · 0.80
testCommit
Method · 0.80
Calls
no outgoing calls
Tested by
1
testCommit
Method · 0.64