qt5/src/poppler-form.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 3348f4d3cdd625b47c3a63b86f9329df3363e29f Author: João Netto <[email protected]> Date: Sat Jul 20 14:50:56 2019 -0300 These changes were implemented in 0.79 diff --git a/qt5/src/poppler-form.h b/qt5/src/poppler-form.h index 4e356b8e..d252ff8a 100644 --- a/qt5/src/poppler-form.h +++ b/qt5/src/poppler-form.h @@ -55,7 +55,7 @@ namespace Poppler { /** The class containing the appearance information - \since 0.78 + \since 0.79 */ class POPPLER_QT5_EXPORT FormFieldIcon { @@ -249,7 +249,7 @@ namespace Poppler { /** * Gets the icon used by the button * - * \since 0.78 + * \since 0.79 */ FormFieldIcon icon() const; @@ -257,7 +257,7 @@ namespace Poppler { * Sets a new icon for the button, it has to be a icon * returned by FormFieldButton::icon. * - * \since 0.78 + * \since 0.79 */ void setIcon(const FormFieldIcon &icon); _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
