qt4/src/poppler-link.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit b54e5ac49f69bd1c906e517edcb436e042199cd5 Author: Pino Toscano <[email protected]> Date: Tue Jun 15 23:53:50 2010 +0200 [Qt4/apidox] add the proper version for the new 'Print' diff --git a/qt4/src/poppler-link.h b/qt4/src/poppler-link.h index 48b558d..ffb2564 100644 --- a/qt4/src/poppler-link.h +++ b/qt4/src/poppler-link.h @@ -358,7 +358,8 @@ class POPPLER_QT4_EXPORT LinkAction : public Link Find = 10, GoToPage = 11, Close = 12, - Print = 13 }; + Print = 13 ///< \since 0.14 + }; /** * The action of the current LinkAction _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
