diff options
author | Stian Sandvik Thomassen <stian.thomassen@nokia.com> | 2009-09-28 03:49:54 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-28 13:35:25 (GMT) |
commit | 0ba2cff729e81f268285eda4ea892bdea7b5b609 (patch) | |
tree | 9f0da20bebc14e9fadd5f6018635825d82e059d1 | |
parent | 2951c346733924efbb48bbc615ed0d933ed749d6 (diff) | |
download | Qt-0ba2cff729e81f268285eda4ea892bdea7b5b609.zip Qt-0ba2cff729e81f268285eda4ea892bdea7b5b609.tar.gz Qt-0ba2cff729e81f268285eda4ea892bdea7b5b609.tar.bz2 |
Doc: fixed typo in QTabBar::tabRect() docs
(cherry picked from commit c2f946034bb68b7dbf508ac640d692066821a400)
-rw-r--r-- | src/gui/widgets/qtabbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qtabbar.cpp b/src/gui/widgets/qtabbar.cpp index 6a7d929..8a87b75 100644 --- a/src/gui/widgets/qtabbar.cpp +++ b/src/gui/widgets/qtabbar.cpp @@ -1097,7 +1097,7 @@ QVariant QTabBar::tabData(int index) const } /*! - Returns the visual rectangle of the of the tab at position \a + Returns the visual rectangle of the tab at position \a index, or a null rectangle if \a index is out of range. */ QRect QTabBar::tabRect(int index) const |