mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Signature plugin: edit item via double click
This commit is contained in:
@ -548,6 +548,9 @@ signals:
|
||||
|
||||
void selectionChanged();
|
||||
|
||||
/// Request to edit the elements
|
||||
void editElementRequest(const std::set<PDFInteger>& elements);
|
||||
|
||||
private:
|
||||
|
||||
struct MouseEventInfo
|
||||
|
Reference in New Issue
Block a user