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

Method imagePath

core/annotations.cpp:2435–2439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2433}
2434
2435QString SignatureAnnotation::imagePath() const
2436{
2437 Q_D(const SignatureAnnotation);
2438 return d->m_imagePath;
2439}
2440
2441void SignatureAnnotation::setImagePath(const QString &imagePath)
2442{

Calls

no outgoing calls

Tested by

no test coverage detected