diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-04-07 12:36:46 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-04-16 12:04:36 (GMT) |
commit | 9827cd78256c24e8311400198864aaadfff4e7ab (patch) | |
tree | a0f047a7db5636eeed915a74c3be81fe8a8a5cfd /src/gui/text | |
parent | 1e0cb74f433083d2cafa21da3e34e87a35838b90 (diff) | |
download | Qt-9827cd78256c24e8311400198864aaadfff4e7ab.zip Qt-9827cd78256c24e8311400198864aaadfff4e7ab.tar.gz Qt-9827cd78256c24e8311400198864aaadfff4e7ab.tar.bz2 |
Simplify docs a bit
Diffstat (limited to 'src/gui/text')
-rw-r--r-- | src/gui/text/qtextlayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextlayout.cpp b/src/gui/text/qtextlayout.cpp index 312d135..ce7915d 100644 --- a/src/gui/text/qtextlayout.cpp +++ b/src/gui/text/qtextlayout.cpp @@ -305,7 +305,7 @@ Qt::LayoutDirection QTextInlineObject::textDirection() const Once the layout is done, these lines can be drawn on a paint device. - Here's some pseudo code that presents the layout phase: + Here's some code snippet that presents the layout phase: \snippet doc/src/snippets/code/src_gui_text_qtextlayout.cpp 0 The text can be drawn by calling the layout's draw() function: |