mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Input event processing refactoring
This commit is contained in:
@ -358,7 +358,6 @@ public:
|
||||
PDFWidgetSnapshot getSnapshot() const;
|
||||
|
||||
PDFWidgetAnnotationManager* getAnnotationManager() const;
|
||||
void setAnnotationManager(PDFWidgetAnnotationManager* annotationManager);
|
||||
|
||||
signals:
|
||||
void drawSpaceChanged();
|
||||
@ -496,9 +495,6 @@ private:
|
||||
/// Progress
|
||||
PDFProgress* m_progress;
|
||||
|
||||
/// Annotation manager
|
||||
PDFWidgetAnnotationManager* m_annotationManager;
|
||||
|
||||
/// Additional drawing interfaces
|
||||
std::set<IDocumentDrawInterface*> m_drawInterfaces;
|
||||
|
||||
|
Reference in New Issue
Block a user