mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Editor Plugin: Save modified document
This commit is contained in:
@ -49,6 +49,8 @@ public:
|
||||
virtual std::vector<QAction*> getActions() const override;
|
||||
virtual QString getPluginMenuName() const override;
|
||||
|
||||
bool save();
|
||||
|
||||
private:
|
||||
void onSceneChanged(bool graphicsOnly);
|
||||
void onSceneSelectionChanged();
|
||||
|
Reference in New Issue
Block a user