summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextoption.cpp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2010-06-07 16:45:51 +0200
committerSimon Hausmann <simon.hausmann@nokia.com>2010-06-07 16:46:46 +0200
commit154bf4c4f58b3b4d012cd2ff57cd4709a2226464 (patch)
treedeb24077afe6347aece1f286b02b2c3a7e37ae42 /src/gui/text/qtextoption.cpp
parent5f9fdaa5c82fa4529ad4352da6855a19be83c079 (diff)
Fix incorrect \since tag
Changed the since added in 51fa7df978d71a366c95c732d6a8c2576690d63a from 4.6 to 4.7 Pointed out by Thorbjoern :) Reviewed-by: Trust me
Diffstat (limited to 'src/gui/text/qtextoption.cpp')
-rw-r--r--src/gui/text/qtextoption.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextoption.cpp b/src/gui/text/qtextoption.cpp
index a2b80227f4..527b603678 100644
--- a/src/gui/text/qtextoption.cpp
+++ b/src/gui/text/qtextoption.cpp
@@ -393,7 +393,7 @@ QList<QTextOption::Tab> QTextOption::tabs() const
/*!
\fn Tab::Tab(qreal pos, TabType tabType, QChar delim = QChar())
Creates a tab with the given position, tab type, and (for DelimiterTab) delimiter
- \since 4.6
+ \since 4.7
*/
/*!