[poppler] Branch 'poppler-0.20' - qt4/src
Albert Astals Cid
aacid at kemper.freedesktop.org
Wed May 23 11:25:03 PDT 2012
qt4/src/poppler-annotation.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1c6e84555572a6bf3a2e3fbe9a54b40f11c122ad
Author: Fabio D'Urso <fabiodurso at hotmail.it>
Date: Fri May 18 16:22:46 2012 +0200
qt4: Make TextAnnotation ctor public
diff --git a/qt4/src/poppler-annotation.h b/qt4/src/poppler-annotation.h
index b897603..e511ec0 100644
--- a/qt4/src/poppler-annotation.h
+++ b/qt4/src/poppler-annotation.h
@@ -302,6 +302,7 @@ class POPPLER_QT4_EXPORT TextAnnotation : public Annotation
enum TextType { Linked, InPlace };
enum InplaceIntent { Unknown, Callout, TypeWriter };
+ TextAnnotation( TextType type );
virtual ~TextAnnotation();
virtual SubType subType() const;
@@ -360,7 +361,6 @@ class POPPLER_QT4_EXPORT TextAnnotation : public Annotation
void setInplaceIntent( InplaceIntent intent );
private:
- TextAnnotation( TextType type );
TextAnnotation( const QDomNode &node );
TextAnnotation( TextAnnotationPrivate &dd );
virtual void store( QDomNode &parentNode, QDomDocument &document ) const;
More information about the poppler
mailing list