| 377 | #if HAVE_NEW_SIGNATURE_API |
| 378 | public: |
| 379 | explicit PickPointEngineSignature(SignaturePartUtils::SigningInformation *info) |
| 380 | : PickPointEngine(nullptr, {}) |
| 381 | , m_page(nullptr) |
| 382 | , m_aborted(false) |
| 383 | , m_signingInformation(info) |
| 384 | { |
| 385 | m_block = true; |
| 386 | } |
| 387 | |
| 388 | QRect event(EventType type, Button button, Modifiers modifiers, double nX, double nY, double xScale, double yScale, const Okular::Page *page) override |
| 389 | { |
nothing calls this directly
no outgoing calls
no test coverage detected