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

Method leftText

core/annotations.cpp:2423–2427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2421}
2422
2423QString SignatureAnnotation::leftText() const
2424{
2425 Q_D(const SignatureAnnotation);
2426 return d->m_leftText;
2427}
2428
2429void SignatureAnnotation::setLeftText(const QString &text)
2430{

Calls

no outgoing calls

Tested by

no test coverage detected