diff options
author | Thomas Zander <thomas.zander@trolltech.com> | 2009-09-28 15:55:24 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-10-07 02:48:43 (GMT) |
commit | 9e513e22ff33a0d6394cadff688e54fcb124bdec (patch) | |
tree | 65f70f6ab54c0b48f04685258a27e07868546bc3 | |
parent | 662d4e3d91e2d395bfc88dac012804b009e32195 (diff) | |
download | Qt-9e513e22ff33a0d6394cadff688e54fcb124bdec.zip Qt-9e513e22ff33a0d6394cadff688e54fcb124bdec.tar.gz Qt-9e513e22ff33a0d6394cadff688e54fcb124bdec.tar.bz2 |
Small doclet fix
Rev-By: Trust-Me
(cherry picked from commit 6c14af1cdb02d1d6957ad23ec435e2b95dda5b4a)
-rw-r--r-- | src/gui/text/qtextoption.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/text/qtextoption.cpp b/src/gui/text/qtextoption.cpp index facc8dc..bdab3f2 100644 --- a/src/gui/text/qtextoption.cpp +++ b/src/gui/text/qtextoption.cpp @@ -345,9 +345,9 @@ QList<QTextOption::Tab> QTextOption::tabs() const This enum holds the different types of tabulator - \value LeftTab, A left-tab - \value RightTab, A right-tab - \value CenterTab, A centered-tab + \value LeftTab A left-tab + \value RightTab A right-tab + \value CenterTab A centered-tab \value DelimiterTab A tab stopping at a certain delimiter-character */ |