mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #25: MinGW compilation fix
This commit is contained in:
@ -32,6 +32,7 @@ class QCheckBox;
|
||||
|
||||
namespace pdfviewer
|
||||
{
|
||||
class PDFEncryptionStrengthHintWidget;
|
||||
|
||||
class PDFEncryptionSettingsDialog : public QDialog
|
||||
{
|
||||
@ -57,6 +58,9 @@ private:
|
||||
std::map<QCheckBox*, pdf::PDFSecurityHandler::Permission> m_checkBoxToPermission;
|
||||
pdf::PDFSecurityHandlerPointer m_updatedSecurityHandler;
|
||||
QByteArray m_documentId;
|
||||
PDFEncryptionStrengthHintWidget* m_userPasswordStrengthHintWidget;
|
||||
PDFEncryptionStrengthHintWidget* m_ownerPasswordStrengthHintWidget;
|
||||
PDFEncryptionStrengthHintWidget* m_algorithmHintWidget;
|
||||
};
|
||||
|
||||
} // namespace pdfviewer
|
||||
|
Reference in New Issue
Block a user