From c2f946034bb68b7dbf508ac640d692066821a400 Mon Sep 17 00:00:00 2001 From: Stian Sandvik Thomassen Date: Mon, 28 Sep 2009 13:49:54 +1000 Subject: Doc: fixed typo in QTabBar::tabRect() docs --- src/gui/widgets/qtabbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') 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 -- cgit v1.2.3