diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-28 09:35:36 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-28 09:35:36 (GMT) |
commit | b4a9925dfd3298bae65887dbad767c4a2211310c (patch) | |
tree | 708e50c4de07b16a79094199d8617720c5bc4280 /src/gui | |
parent | bc3c50513a8f8cdb07029ec363a3f2fce9a425b1 (diff) | |
download | Qt-b4a9925dfd3298bae65887dbad767c4a2211310c.zip Qt-b4a9925dfd3298bae65887dbad767c4a2211310c.tar.gz Qt-b4a9925dfd3298bae65887dbad767c4a2211310c.tar.bz2 |
Fix qdoc errors.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/image/qpixmap_s60.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/gui/image/qpixmap_s60.cpp b/src/gui/image/qpixmap_s60.cpp index cab6116..d5ba589 100644 --- a/src/gui/image/qpixmap_s60.cpp +++ b/src/gui/image/qpixmap_s60.cpp @@ -64,13 +64,13 @@ const uchar qt_pixmap_bit_mask[] = { 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 }; - /*! + \class QSymbianFbsClient \since 4.6 - Symbian Font And Bitmap server client that is - used to lock the global bitmap heap. Only used in - S60 v3.1 and S60 v3.2. + Symbian Font And Bitmap server client that is + used to lock the global bitmap heap. Only used in + S60 v3.1 and S60 v3.2. */ class QSymbianFbsClient { @@ -145,6 +145,7 @@ void QSymbianFbsHeapLock::relock() } /*! + \class QSymbianBitmapDataAccess \since 4.6 Data access class that is used to locks/unlocks pixel data @@ -297,7 +298,7 @@ QPixmap QPixmap::grabWindow(WId winId, int x, int y, int w, int h) } /*! - \fn CFbsBitmap *QPixmap::toSymbianCFbsBitmap() + \fn CFbsBitmap *QPixmap::toSymbianCFbsBitmap() const \since 4.6 Creates a \c CFbsBitmap that is equivalent to the QPixmap. Internally this |