[poppler] poppler/Form.h qt4/src

Albert Astals Cid aacid at kemper.freedesktop.org
Sat Sep 20 07:25:01 PDT 2008


 poppler/Form.h                  |    4 ++--
 qt4/src/poppler-embeddedfile.cc |    4 ++--
 qt4/src/poppler-movie.cc        |    3 ++-
 qt4/src/poppler-sound.cc        |    3 ++-
 qt4/src/poppler-textbox.cc      |    2 +-
 5 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit 93386d67b3d7adbd87547e9742e4df1c10eadbc1
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sat Sep 20 16:20:03 2008 +0200

    Compile with -pedantic

diff --git a/poppler/Form.h b/poppler/Form.h
index 07d3277..58ebca3 100644
--- a/poppler/Form.h
+++ b/poppler/Form.h
@@ -6,7 +6,7 @@
 //
 // Copyright 2006 Julien Rebetez <julienr at svn.gnome.org>
 // Copyright 2007, 2008 Carlos Garcia Campos <carlosgc at gnome.org>
-// Copyright 2007 Albert Astals Cid <aacid at kde.org>
+// Copyright 2007, 2008 Albert Astals Cid <aacid at kde.org>
 //
 //========================================================================
 
@@ -31,7 +31,7 @@ enum FormFieldType {
   formText,
   formChoice,
   formSignature,
-  formUndef,
+  formUndef
 };
 
 enum FormButtonType {
diff --git a/qt4/src/poppler-embeddedfile.cc b/qt4/src/poppler-embeddedfile.cc
index aa98b22..c9a83fb 100644
--- a/qt4/src/poppler-embeddedfile.cc
+++ b/qt4/src/poppler-embeddedfile.cc
@@ -1,5 +1,5 @@
 /* poppler-document.cc: qt interface to poppler
- * Copyright (C) 2005, Albert Astals Cid <aacid at kde.org>
+ * Copyright (C) 2005, 2008, Albert Astals Cid <aacid at kde.org>
  * Copyright (C) 2005, Brad Hards <bradh at frogmouth.net>
  * Copyright (C) 2008, Pino Toscano <pino at kde.org>
  *
@@ -100,6 +100,6 @@ QByteArray EmbeddedFile::data()
 	}
 	fileArray.resize(dataLen);
 	return fileArray;
-};
+}
 
 }
diff --git a/qt4/src/poppler-movie.cc b/qt4/src/poppler-movie.cc
index 7279568..50e60f9 100644
--- a/qt4/src/poppler-movie.cc
+++ b/qt4/src/poppler-movie.cc
@@ -1,5 +1,6 @@
 /* poppler-sound.cc: qt interface to poppler
  * Copyright (C) 2008, Pino Toscano <pino at kde.org>
+ * Copyright (C) 2008, Albert Astals Cid <aacid at kde.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -67,7 +68,7 @@ QString MovieObject::url() const
 QSize MovieObject::size() const
 {
 	return m_movieData->m_size;
-};
+}
 
 int MovieObject::rotation() const
 {
diff --git a/qt4/src/poppler-sound.cc b/qt4/src/poppler-sound.cc
index b2e9838..eb19b9d 100644
--- a/qt4/src/poppler-sound.cc
+++ b/qt4/src/poppler-sound.cc
@@ -1,5 +1,6 @@
 /* poppler-sound.cc: qt interface to poppler
  * Copyright (C) 2006-2007, Pino Toscano <pino at kde.org>
+ * Copyright (C) 2008, Albert Astals Cid <aacid at kde.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -95,7 +96,7 @@ QByteArray SoundObject::data() const
 	fileArray.resize(dataLen);
 
 	return fileArray;
-};
+}
 
 double SoundObject::samplingRate() const
 {
diff --git a/qt4/src/poppler-textbox.cc b/qt4/src/poppler-textbox.cc
index 7d2fb3c..88cf2a9 100644
--- a/qt4/src/poppler-textbox.cc
+++ b/qt4/src/poppler-textbox.cc
@@ -43,7 +43,7 @@ QString TextBox::text() const
 QRectF TextBox::boundingBox() const
 {
 	return m_data->bBox;
-};
+}
 
 TextBox *TextBox::nextWord() const
 {


More information about the poppler mailing list