|
|
|
@ -100,6 +100,9 @@ public: |
|
|
|
bool save(const QString &fileName, SaveOptions options, QString *errorText) override; |
|
|
|
bool save(const QString &fileName, SaveOptions options, QString *errorText) override; |
|
|
|
Okular::AnnotationProxy *annotationProxy() const override; |
|
|
|
Okular::AnnotationProxy *annotationProxy() const override; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool canSign() const override {return true;} |
|
|
|
|
|
|
|
void sign() override { return; } |
|
|
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
protected: |
|
|
|
SwapBackingFileResult swapBackingFile(QString const &newFileName, QVector<Okular::Page *> &newPagesVector) override; |
|
|
|
SwapBackingFileResult swapBackingFile(QString const &newFileName, QVector<Okular::Page *> &newPagesVector) override; |
|
|
|
bool doCloseDocument() override; |
|
|
|
bool doCloseDocument() override; |
|
|
|
|