summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap_s60.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-08-31 08:39:05 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-08-31 08:39:05 (GMT)
commit68dc7ed9338eb555eb78d9993490434284bdc223 (patch)
tree3a0c8bbd8b3d8e50dd7eb5fb2b4ad34b4434359e /src/gui/image/qpixmap_s60.cpp
parenteb80f2386d91e9bde23fc752ad25967e99cc10dc (diff)
downloadQt-68dc7ed9338eb555eb78d9993490434284bdc223.zip
Qt-68dc7ed9338eb555eb78d9993490434284bdc223.tar.gz
Qt-68dc7ed9338eb555eb78d9993490434284bdc223.tar.bz2
doc: Fixed several qdoc errors.
Diffstat (limited to 'src/gui/image/qpixmap_s60.cpp')
-rw-r--r--src/gui/image/qpixmap_s60.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/image/qpixmap_s60.cpp b/src/gui/image/qpixmap_s60.cpp
index a796066..e00bf26 100644
--- a/src/gui/image/qpixmap_s60.cpp
+++ b/src/gui/image/qpixmap_s60.cpp
@@ -189,15 +189,15 @@ CFbsBitmap *QPixmap::toSymbianCFbsBitmap() const
}
/*!
-\since 4.6
+ \since 4.6
-Returns a QPixmap that is equivalent to the \c CFbsBitmap by copying the data.
-If the CFbsBitmap is not valid or is compressed in memory, this function will
-return a null QPixmap.
+ Returns a QPixmap that is equivalent to the \c CFbsBitmap \a bitmap
+ by copying the data. If the CFbsBitmap is not valid or is compressed
+ in memory, this function will return a null QPixmap.
-\warning This function is only available on Symbian OS.
+ \warning This function is only available on Symbian OS.
-\sa toSymbianCFbsBitmap(), {QPixmap#Pixmap Conversion}{Pixmap Conversion}
+ \sa toSymbianCFbsBitmap(), {QPixmap#Pixmap Conversion}{Pixmap Conversion}
*/
QPixmap QPixmap::fromSymbianCFbsBitmap(CFbsBitmap *bitmap)