[poppler] poppler/qt4/src: poppler-qt4.h,1.40,1.41
Albert Astals Cid
aacid at kemper.freedesktop.org
Wed Dec 27 04:39:00 PST 2006
Update of /cvs/poppler/poppler/qt4/src
In directory kemper:/tmp/cvs-serv3197/qt4/src
Modified Files:
poppler-qt4.h
Log Message:
qt4/src/poppler-qt4.h: Remove , after last value of enum. Thanks to André Wöbbeking
Index: poppler-qt4.h
===================================================================
RCS file: /cvs/poppler/poppler/qt4/src/poppler-qt4.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- poppler-qt4.h 26 Dec 2006 20:07:03 -0000 1.40
+++ poppler-qt4.h 27 Dec 2006 12:38:58 -0000 1.41
@@ -419,7 +419,7 @@
TwoColumnLeft, ///< Display the pages in two columns, with odd-numbered pages on the left
TwoColumnRight, ///< Display the pages in two columns, with odd-numbered pages on the right
TwoPageLeft, ///< Display the pages two at a time, with odd-numbered pages on the left
- TwoPageRight, ///< Display the pages two at a time, with odd-numbered pages on the right
+ TwoPageRight ///< Display the pages two at a time, with odd-numbered pages on the right
};
/**
@@ -427,7 +427,7 @@
*/
enum RenderBackend {
SplashBackend, ///< Splash backend
- ArthurBackend, ///< Arthur (Qt4) backend
+ ArthurBackend ///< Arthur (Qt4) backend
};
/**
More information about the poppler
mailing list