summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextoption.cpp
diff options
context:
space:
mode:
authorThomas Zander <thomas.zander@trolltech.com>2009-09-28 17:55:24 +0200
committerThomas Zander <thomas.zander@trolltech.com>2009-10-06 13:48:37 +0200
commit6c14af1cdb02d1d6957ad23ec435e2b95dda5b4a (patch)
tree31374ba77bc330daa0bffb5234828c3af0f42ff7 /src/gui/text/qtextoption.cpp
parentcb368e06bea269422efcbdbe8136d424b6ff5052 (diff)
Small doclet fix
Rev-By: Trust-Me
Diffstat (limited to 'src/gui/text/qtextoption.cpp')
-rw-r--r--src/gui/text/qtextoption.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/text/qtextoption.cpp b/src/gui/text/qtextoption.cpp
index facc8dcdb5..bdab3f2837 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
*/