summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 11:48:47 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 11:48:47 (GMT)
commit1aa359225fbeee7780ab4e4145e57b8dd51d8f81 (patch)
tree829837c450a2a97d8f2ba400c3ed4279f7ace77e
parentad28fb5e4a90f671af94baed19a2cab18f07cc30 (diff)
downloadQt-1aa359225fbeee7780ab4e4145e57b8dd51d8f81.zip
Qt-1aa359225fbeee7780ab4e4145e57b8dd51d8f81.tar.gz
Qt-1aa359225fbeee7780ab4e4145e57b8dd51d8f81.tar.bz2
Doc: \em is not a qdoc command, \e is correct
-rw-r--r--src/gui/image/qpixmap_mac.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/image/qpixmap_mac.cpp b/src/gui/image/qpixmap_mac.cpp
index c14c059..45392f1 100644
--- a/src/gui/image/qpixmap_mac.cpp
+++ b/src/gui/image/qpixmap_mac.cpp
@@ -930,7 +930,7 @@ QPixmap QPixmap::grabWindow(WId window, int x, int y, int w, int h)
relocated.
\warning This function is only available on Mac OS X.
- \warning As of Qt 4.6, this function \em{always} returns zero.
+ \warning As of Qt 4.6, this function \e{always} returns zero.
*/
Qt::HANDLE QPixmap::macQDHandle() const
@@ -945,7 +945,7 @@ Qt::HANDLE QPixmap::macQDHandle() const
long as it can be relocated.
\warning This function is only available on Mac OS X.
- \warning As of Qt 4.6, this function \em{always} returns zero.
+ \warning As of Qt 4.6, this function \e{always} returns zero.
*/
Qt::HANDLE QPixmap::macQDAlphaHandle() const