summaryrefslogtreecommitdiff
path: root/qt4/src
diff options
context:
space:
mode:
authorFabio D'Urso <fabiodurso@hotmail.it>2012-05-18 16:22:46 +0200
committerAlbert Astals Cid <aacid@kde.org>2012-05-23 20:24:22 +0200
commit1c6e84555572a6bf3a2e3fbe9a54b40f11c122ad (patch)
treec48e56ab10ae55e262773a3b03fef9788cbcda67 /qt4/src
parent8e504bf2543621973fdaddbd29055ce435540146 (diff)
qt4: Make TextAnnotation ctor public
Diffstat (limited to 'qt4/src')
-rw-r--r--qt4/src/poppler-annotation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt4/src/poppler-annotation.h b/qt4/src/poppler-annotation.h
index b8976037..e511ec0f 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;