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

Method fieldPartialName

core/annotations.cpp:2447–2451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2445}
2446
2447QString SignatureAnnotation::fieldPartialName() const
2448{
2449 Q_D(const SignatureAnnotation);
2450 return d->m_fieldPartialName;
2451}
2452void SignatureAnnotation::setFieldPartialName(const QString &fieldPartialName)
2453{
2454 Q_D(SignatureAnnotation);

Calls

no outgoing calls

Tested by

no test coverage detected