diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-28 12:44:16 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-28 12:44:16 (GMT) |
commit | 8694efe1973296c9245b18e1efc00f658fb3486e (patch) | |
tree | 111a74a45cdc0b5f1620666b67a7e1bd2b33c892 /src/gui/image/qpixmap_s60.cpp | |
parent | 09d61361ff84b4f47f8a6fcda258957c93d552f9 (diff) | |
download | Qt-8694efe1973296c9245b18e1efc00f658fb3486e.zip Qt-8694efe1973296c9245b18e1efc00f658fb3486e.tar.gz Qt-8694efe1973296c9245b18e1efc00f658fb3486e.tar.bz2 |
Fix qdoc errors
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/image/qpixmap_s60.cpp')
-rw-r--r-- | src/gui/image/qpixmap_s60.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/image/qpixmap_s60.cpp b/src/gui/image/qpixmap_s60.cpp index 123777c..dccc691 100644 --- a/src/gui/image/qpixmap_s60.cpp +++ b/src/gui/image/qpixmap_s60.cpp @@ -67,6 +67,7 @@ const uchar qt_pixmap_bit_mask[] = { 0x01, 0x02, 0x04, 0x08, /*! \class QSymbianFbsClient \since 4.6 + \internal Symbian Font And Bitmap server client that is used to lock the global bitmap heap. Only used in @@ -147,6 +148,7 @@ void QSymbianFbsHeapLock::relock() /*! \class QSymbianBitmapDataAccess \since 4.6 + \internal Data access class that is used to locks/unlocks pixel data when drawing or modifying CFbsBitmap pixel data. |