mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #34: Reset to Factory Settings option
This commit is contained in:
@ -98,6 +98,7 @@ public:
|
||||
SaveAs,
|
||||
Properties,
|
||||
Options,
|
||||
ResetToFactorySettings,
|
||||
CertificateManager,
|
||||
GetSource,
|
||||
About,
|
||||
@ -272,6 +273,7 @@ public:
|
||||
pdf::PDFProgress* progress);
|
||||
void finishInitialization();
|
||||
void writeSettings();
|
||||
void resetSettings();
|
||||
|
||||
void performPrint();
|
||||
void performSave();
|
||||
@ -290,6 +292,8 @@ public:
|
||||
virtual QMainWindow* getMainWindow() const override;
|
||||
virtual VoiceSettings getVoiceSettings() const override;
|
||||
|
||||
bool isFactorySettingsBeingRestored() const;
|
||||
|
||||
signals:
|
||||
void queryPasswordRequest(QString* password, bool* ok);
|
||||
|
||||
@ -402,6 +406,7 @@ private:
|
||||
std::vector<pdf::PDFSignatureVerificationResult> m_signatures;
|
||||
|
||||
bool m_isBusy;
|
||||
bool m_isFactorySettingsBeingRestored;
|
||||
pdf::PDFProgress* m_progress;
|
||||
|
||||
QStringList m_enabledPlugins;
|
||||
|
Reference in New Issue
Block a user