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

Method setFieldPartialName

core/annotations.cpp:2452–2456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2450 return d->m_fieldPartialName;
2451}
2452void SignatureAnnotation::setFieldPartialName(const QString &fieldPartialName)
2453{
2454 Q_D(SignatureAnnotation);
2455 d->m_fieldPartialName = fieldPartialName;
2456}
2457
2458double SignatureAnnotation::fontSize() const
2459{

Calls

no outgoing calls

Tested by

no test coverage detected