qt5/src/poppler-form.h | 14 +++++++------- qt5/src/poppler-qt5.h | 4 ++-- qt6/src/poppler-form.h | 14 +++++++------- qt6/src/poppler-qt6.h | 4 ++-- 4 files changed, 18 insertions(+), 18 deletions(-)
New commits: commit 6133bc0f3a2cb3b2c185c81367cbac9d72f11bbd Author: Albert Astals Cid <[email protected]> Date: Fri Dec 18 13:53:46 2020 +0100 qt: The signing code will be in 21.01 not 20.12 diff --git a/qt5/src/poppler-form.h b/qt5/src/poppler-form.h index 0d1b23cb..05231931 100644 --- a/qt5/src/poppler-form.h +++ b/qt5/src/poppler-form.h @@ -563,7 +563,7 @@ public: /** The certificate internal database nickname - \since 20.12 + \since 21.01 */ QString nickName() const; @@ -610,7 +610,7 @@ public: /** Checks if the given password is the correct one for this certificate - \since 20.12 + \since 21.01 */ bool checkPassword(const QString &password) const; @@ -825,35 +825,35 @@ private: /** Returns is poppler was compiled with NSS support - \since 20.12 + \since 21.01 */ bool POPPLER_QT5_EXPORT hasNSSSupport(); /** Return vector of suitable signing certificates - \since 20.12 + \since 21.01 */ QVector<CertificateInfo> POPPLER_QT5_EXPORT getAvailableSigningCertificates(); /** Gets the current NSS CertDB directory - \since 20.12 + \since 21.01 */ QString POPPLER_QT5_EXPORT getNSSDir(); /** Set a custom NSS CertDB directory. Needs to be called before doing any other signature operation - \since 20.12 + \since 21.01 */ void POPPLER_QT5_EXPORT setNSSDir(const QString &pathURL); /** Sets the callback for NSS password requests - \since 20.12 + \since 21.01 */ void POPPLER_QT5_EXPORT setNSSPasswordCallback(const std::function<char *(const char *)> &f); } diff --git a/qt5/src/poppler-qt5.h b/qt5/src/poppler-qt5.h index 21ae1657..f1b64a9e 100644 --- a/qt5/src/poppler-qt5.h +++ b/qt5/src/poppler-qt5.h @@ -2138,7 +2138,7 @@ public: * - text that will be shown inside the rect * - font size and color * - border and background color - * \since 20.12 + * \since 21.01 */ class NewSignatureData { @@ -2205,7 +2205,7 @@ public: \return whether the signing succeeded - \since 20.12 + \since 21.01 */ bool sign(const NewSignatureData &data); diff --git a/qt6/src/poppler-form.h b/qt6/src/poppler-form.h index dfc8142a..9dbc6699 100644 --- a/qt6/src/poppler-form.h +++ b/qt6/src/poppler-form.h @@ -529,7 +529,7 @@ public: /** The certificate internal database nickname - \since 20.12 + \since 21.01 */ QString nickName() const; @@ -576,7 +576,7 @@ public: /** Checks if the given password is the correct one for this certificate - \since 20.12 + \since 21.01 */ bool checkPassword(const QString &password) const; @@ -774,35 +774,35 @@ private: /** Returns is poppler was compiled with NSS support - \since 20.12 + \since 21.01 */ bool POPPLER_QT6_EXPORT hasNSSSupport(); /** Return vector of suitable signing certificates - \since 20.12 + \since 21.01 */ QVector<CertificateInfo> POPPLER_QT6_EXPORT getAvailableSigningCertificates(); /** Gets the current NSS CertDB directory - \since 20.12 + \since 21.01 */ QString POPPLER_QT6_EXPORT getNSSDir(); /** Set a custom NSS CertDB directory. Needs to be called before doing any other signature operation - \since 20.12 + \since 21.01 */ void POPPLER_QT6_EXPORT setNSSDir(const QString &pathURL); /** Sets the callback for NSS password requests - \since 20.12 + \since 21.01 */ void POPPLER_QT6_EXPORT setNSSPasswordCallback(const std::function<char *(const char *)> &f); } diff --git a/qt6/src/poppler-qt6.h b/qt6/src/poppler-qt6.h index 229f6c93..42b3cb1a 100644 --- a/qt6/src/poppler-qt6.h +++ b/qt6/src/poppler-qt6.h @@ -1956,7 +1956,7 @@ public: * - text that will be shown inside the rect * - font size and color * - border and background color - * \since 20.12 + * \since 21.01 */ class NewSignatureData { @@ -2023,7 +2023,7 @@ public: \return whether the signing succeeded - \since 20.12 + \since 21.01 */ bool sign(const NewSignatureData &data); _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
