summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
diff options
context:
space:
mode:
authorStian Sandvik Thomassen <stian.thomassen@nokia.com>2009-09-28 13:49:54 +1000
committerStian Sandvik Thomassen <stian.thomassen@nokia.com>2009-09-28 13:49:54 +1000
commitc2f946034bb68b7dbf508ac640d692066821a400 (patch)
treee104d77d2b40a41ca677d048cc304afc7abbe7d4 /src/gui/widgets
parent75e19e6165229db5465704bf14d8e938c3f0c36d (diff)
Doc: fixed typo in QTabBar::tabRect() docs
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/qtabbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qtabbar.cpp b/src/gui/widgets/qtabbar.cpp
index 6df5c5ca35..06a075defc 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