summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJ-P Nurmi <j-p.nurmi@nokia.com>2012-08-15 17:01:35 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-17 19:41:39 +0200
commitf0c883defa8ac0e69b7e78a95ab8aafdcadfb5b5 (patch)
treefba898183c5d65d557f8d082a414ce2cf12e7e67 /src
parente8a59c177091a524bd67ca4a94e82e227d3f38f3 (diff)
QTabBar docs: cleanup Qt3 support left overs
Change-Id: If2c9245ad454b1f34c44f1d0a0c61700cea53cf3 Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/widgets/widgets/qtabbar.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/widgets/widgets/qtabbar.cpp b/src/widgets/widgets/qtabbar.cpp
index 9fd2080904..d555d628e3 100644
--- a/src/widgets/widgets/qtabbar.cpp
+++ b/src/widgets/widgets/qtabbar.cpp
@@ -295,10 +295,6 @@ void QTabBar::initStyleOption(QStyleOptionTab *option, int tabIndex) const
\value TriangularWest Triangular tabs on the left of the pages.
\value TriangularEast Triangular tabs on the right of the pages.
- \omitvalue RoundedAbove
- \omitvalue RoundedBelow
- \omitvalue TriangularAbove
- \omitvalue TriangularBelow
*/
/*!
@@ -2038,19 +2034,6 @@ void QTabBar::setUsesScrollButtons(bool useButtons)
}
/*!
- \fn void QTabBar::setCurrentTab(int index)
-
- Use setCurrentIndex() instead.
-*/
-
-/*!
- \fn void QTabBar::selected(int index);
-
- Use currentChanged() instead.
-*/
-
-
-/*!
\property QTabBar::tabsClosable
\brief Whether or not a tab bar should place close buttons on each tab
\since 4.5