diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2010-06-07 14:45:51 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2010-06-07 14:46:46 (GMT) |
commit | 154bf4c4f58b3b4d012cd2ff57cd4709a2226464 (patch) | |
tree | deb24077afe6347aece1f286b02b2c3a7e37ae42 /src | |
parent | 5f9fdaa5c82fa4529ad4352da6855a19be83c079 (diff) | |
download | Qt-154bf4c4f58b3b4d012cd2ff57cd4709a2226464.zip Qt-154bf4c4f58b3b4d012cd2ff57cd4709a2226464.tar.gz Qt-154bf4c4f58b3b4d012cd2ff57cd4709a2226464.tar.bz2 |
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')
-rw-r--r-- | src/gui/text/qtextoption.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextoption.cpp b/src/gui/text/qtextoption.cpp index a2b8022..527b603 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 */ /*! |