[poppler] qt4/src

Pino Toscano pino at kemper.freedesktop.org
Sun Feb 10 17:41:01 PST 2008


 qt4/src/poppler-form.h |   11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

New commits:
commit 85bfa4f499a90d45b13df4d0a8760a7da6fc1532
Author: Pino Toscano <pino at kde.org>
Date:   Mon Feb 11 02:40:37 2008 +0100

    Small apidox fix.

diff --git a/qt4/src/poppler-form.h b/qt4/src/poppler-form.h
index 20370f0..c89840c 100644
--- a/qt4/src/poppler-form.h
+++ b/qt4/src/poppler-form.h
@@ -100,7 +100,7 @@ namespace Poppler {
     };
 
     /**
-      A form field that represents a choice field.
+      A form field that represents a "button".
      */
     class FormFieldButton : public FormField {
     public:
@@ -128,14 +128,7 @@ namespace Poppler {
 	ButtonType buttonType() const;
 
 	/**
-	 * The caption to be used for a @ref Push button.
-	 *
-	 * May be a null string if the push button has no particular caption
-	 * set for that @p type .
-	 *
-	 * Always a null string if the button is not a push button.
-	 *
-	 * @param type is the type of the caption
+	 * The caption to be used for the button.
 	 */
 	QString caption() const;
 


More information about the poppler mailing list