diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 11:48:47 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 11:48:47 (GMT) |
commit | 1aa359225fbeee7780ab4e4145e57b8dd51d8f81 (patch) | |
tree | 829837c450a2a97d8f2ba400c3ed4279f7ace77e /src/gui/image/qpixmap_mac.cpp | |
parent | ad28fb5e4a90f671af94baed19a2cab18f07cc30 (diff) | |
download | Qt-1aa359225fbeee7780ab4e4145e57b8dd51d8f81.zip Qt-1aa359225fbeee7780ab4e4145e57b8dd51d8f81.tar.gz Qt-1aa359225fbeee7780ab4e4145e57b8dd51d8f81.tar.bz2 |
Doc: \em is not a qdoc command, \e is correct
Diffstat (limited to 'src/gui/image/qpixmap_mac.cpp')
-rw-r--r-- | src/gui/image/qpixmap_mac.cpp | 4 |
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 |