diff options
author | David Boddie <david.boddie@nokia.com> | 2011-08-15 17:10:30 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-08-15 17:10:30 (GMT) |
commit | 540222f0d936a48f57ed36496fcb211cc437cb1b (patch) | |
tree | 70d18fe3ca5ac8e53410fc2b62d08fa80d88e09a /src/gui/text/qglyphrun.cpp | |
parent | 1c4b284b54c8d0166f777b256d1ac3eedd8ea593 (diff) | |
download | Qt-540222f0d936a48f57ed36496fcb211cc437cb1b.zip Qt-540222f0d936a48f57ed36496fcb211cc437cb1b.tar.gz Qt-540222f0d936a48f57ed36496fcb211cc437cb1b.tar.bz2 |
Doc: Fixed qdoc warnings.
Diffstat (limited to 'src/gui/text/qglyphrun.cpp')
-rw-r--r-- | src/gui/text/qglyphrun.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/text/qglyphrun.cpp b/src/gui/text/qglyphrun.cpp index 2865d91..442f7cc 100644 --- a/src/gui/text/qglyphrun.cpp +++ b/src/gui/text/qglyphrun.cpp @@ -175,7 +175,8 @@ QRawFont QGlyphRun::rawFont() const } /*! - Sets the font in which to look up the glyph indexes to \a font. + Sets the font specified by \a rawFont to be the font used to look up the + glyph indexes. \sa rawFont(), setGlyphIndexes() */ |