mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Redact bugfixing
This commit is contained in:
@@ -1661,6 +1661,8 @@ signals:
|
||||
private:
|
||||
void updateFromMouseEvent(QMouseEvent* event);
|
||||
|
||||
void onShowPopupAnnotation();
|
||||
void onCopyAnnotation();
|
||||
void onEditAnnotation();
|
||||
void onDeleteAnnotation();
|
||||
|
||||
@@ -1685,6 +1687,7 @@ private:
|
||||
PDFDrawWidgetProxy* m_proxy;
|
||||
QString m_tooltip;
|
||||
std::optional<QCursor> m_cursor;
|
||||
QPoint m_editableAnnotationGlobalPosition; ///< Position, where action on annotation was executed
|
||||
PDFObjectReference m_editableAnnotation; ///< Annotation to be edited or deleted
|
||||
PDFObjectReference m_editableAnnotationPage; ///< Page of annotation above
|
||||
};
|
||||
|
Reference in New Issue
Block a user