mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Editor - continuation
This commit is contained in:
@ -369,6 +369,8 @@ public:
|
||||
virtual void setSize(QSizeF size) override;
|
||||
virtual QString getDescription() const override;
|
||||
|
||||
const PDFEditedPageContentElement* getElement() const { return m_element.get(); }
|
||||
|
||||
private:
|
||||
std::unique_ptr<PDFEditedPageContentElement> m_element;
|
||||
};
|
||||
|
Reference in New Issue
Block a user