From 2fcc54be2bd7dd11df6dbe780e82b9f689d8e75b Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 18 Dec 2006 13:32:45 +0000 Subject: [PATCH] pedantic svn path=/trunk/playground/graphics/okular/; revision=614615 --- core/annotations.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/annotations.h b/core/annotations.h index 98ec1a09a..ef97072d7 100644 --- a/core/annotations.h +++ b/core/annotations.h @@ -578,7 +578,7 @@ class OKULAR_EXPORT Annotation class Private; Private* const d; - Q_DISABLE_COPY( Annotation ); + Q_DISABLE_COPY( Annotation ) }; class OKULAR_EXPORT TextAnnotation : public Annotation @@ -721,7 +721,7 @@ class OKULAR_EXPORT TextAnnotation : public Annotation class Private; Private* const d; - Q_DISABLE_COPY( TextAnnotation ); + Q_DISABLE_COPY( TextAnnotation ) }; class OKULAR_EXPORT LineAnnotation : public Annotation @@ -889,7 +889,7 @@ class OKULAR_EXPORT LineAnnotation : public Annotation class Private; Private* const d; - Q_DISABLE_COPY( LineAnnotation ); + Q_DISABLE_COPY( LineAnnotation ) }; class OKULAR_EXPORT GeomAnnotation : public Annotation @@ -969,7 +969,7 @@ class OKULAR_EXPORT GeomAnnotation : public Annotation class Private; Private* const d; - Q_DISABLE_COPY( GeomAnnotation ); + Q_DISABLE_COPY( GeomAnnotation ) }; class OKULAR_EXPORT HighlightAnnotation : public Annotation @@ -1120,7 +1120,7 @@ class OKULAR_EXPORT HighlightAnnotation : public Annotation class Private; Private* const d; - Q_DISABLE_COPY( HighlightAnnotation ); + Q_DISABLE_COPY( HighlightAnnotation ) }; class OKULAR_EXPORT StampAnnotation : public Annotation @@ -1172,7 +1172,7 @@ class OKULAR_EXPORT StampAnnotation : public Annotation class Private; Private* const d; - Q_DISABLE_COPY( StampAnnotation ); + Q_DISABLE_COPY( StampAnnotation ) }; class OKULAR_EXPORT InkAnnotation : public Annotation @@ -1230,7 +1230,7 @@ class OKULAR_EXPORT InkAnnotation : public Annotation class Private; Private* const d; - Q_DISABLE_COPY( InkAnnotation ); + Q_DISABLE_COPY( InkAnnotation ) }; }