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