qt5/src/poppler-qt5.h |    4 ++--
 qt6/src/poppler-qt6.h |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 051cae3b34226953aa0381f850e8e6eaa0b564bd
Author: Albert Astals Cid <aa...@kde.org>
Date:   Sat Jan 16 00:11:37 2021 +0100

    qt: Properly export NewSignatureData

diff --git a/qt5/src/poppler-qt5.h b/qt5/src/poppler-qt5.h
index f1b64a9e..2d879f78 100644
--- a/qt5/src/poppler-qt5.h
+++ b/qt5/src/poppler-qt5.h
@@ -1,7 +1,7 @@
 /* poppler-qt.h: qt interface to poppler
  * Copyright (C) 2005, Net Integration Technologies, Inc.
  * Copyright (C) 2005, 2007, Brad Hards <br...@frogmouth.net>
- * Copyright (C) 2005-2015, 2017-2020, Albert Astals Cid <aa...@kde.org>
+ * Copyright (C) 2005-2015, 2017-2021, Albert Astals Cid <aa...@kde.org>
  * Copyright (C) 2005, Stefan Kebekus <stefan.kebe...@math.uni-koeln.de>
  * Copyright (C) 2006-2011, Pino Toscano <p...@kde.org>
  * Copyright (C) 2009 Shawn Rutledge <shawn.t.rutle...@gmail.com>
@@ -2140,7 +2140,7 @@ public:
      *  - border and background color
      * \since 21.01
      */
-    class NewSignatureData
+    class POPPLER_QT5_EXPORT NewSignatureData
     {
     public:
         NewSignatureData();
diff --git a/qt6/src/poppler-qt6.h b/qt6/src/poppler-qt6.h
index 42b3cb1a..5e34dcce 100644
--- a/qt6/src/poppler-qt6.h
+++ b/qt6/src/poppler-qt6.h
@@ -1,7 +1,7 @@
 /* poppler-qt.h: qt interface to poppler
  * Copyright (C) 2005, Net Integration Technologies, Inc.
  * Copyright (C) 2005, 2007, Brad Hards <br...@frogmouth.net>
- * Copyright (C) 2005-2015, 2017-2020, Albert Astals Cid <aa...@kde.org>
+ * Copyright (C) 2005-2015, 2017-2021, Albert Astals Cid <aa...@kde.org>
  * Copyright (C) 2005, Stefan Kebekus <stefan.kebe...@math.uni-koeln.de>
  * Copyright (C) 2006-2011, Pino Toscano <p...@kde.org>
  * Copyright (C) 2009 Shawn Rutledge <shawn.t.rutle...@gmail.com>
@@ -1958,7 +1958,7 @@ public:
      *  - border and background color
      * \since 21.01
      */
-    class NewSignatureData
+    class POPPLER_QT6_EXPORT NewSignatureData
     {
     public:
         NewSignatureData();
_______________________________________________
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to