mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Redacting tool
This commit is contained in:
@ -223,7 +223,7 @@ private:
|
||||
std::vector<QAction*> m_additionalActions;
|
||||
};
|
||||
|
||||
class Pdf4QtVIEWERLIBSHARED_EXPORT PDFProgramController : public QObject
|
||||
class Pdf4QtVIEWERLIBSHARED_EXPORT PDFProgramController : public QObject, public pdf::IPluginDataExchange
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@ -279,6 +279,8 @@ public:
|
||||
|
||||
bool canClose() const;
|
||||
|
||||
virtual QString getOriginalFileName() const override;
|
||||
|
||||
signals:
|
||||
void queryPasswordRequest(QString* password, bool* ok);
|
||||
|
||||
|
Reference in New Issue
Block a user