diff options
author | Stian Sandvik Thomassen <stian.thomassen@nokia.com> | 2009-09-28 03:49:54 (GMT) |
---|---|---|
committer | Stian Sandvik Thomassen <stian.thomassen@nokia.com> | 2009-09-28 03:49:54 (GMT) |
commit | c2f946034bb68b7dbf508ac640d692066821a400 (patch) | |
tree | e104d77d2b40a41ca677d048cc304afc7abbe7d4 | |
parent | 75e19e6165229db5465704bf14d8e938c3f0c36d (diff) | |
download | Qt-c2f946034bb68b7dbf508ac640d692066821a400.zip Qt-c2f946034bb68b7dbf508ac640d692066821a400.tar.gz Qt-c2f946034bb68b7dbf508ac640d692066821a400.tar.bz2 |
Doc: fixed typo in QTabBar::tabRect() docs
-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 6df5c5c..06a075d 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 |