From f0c883defa8ac0e69b7e78a95ab8aafdcadfb5b5 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 15 Aug 2012 17:01:35 +0200 Subject: [PATCH] QTabBar docs: cleanup Qt3 support left overs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If2c9245ad454b1f34c44f1d0a0c61700cea53cf3 Reviewed-by: Jan-Arve Sæther --- src/widgets/widgets/qtabbar.cpp | 17 ----------------- 1 file changed, 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 */ /*! @@ -2037,19 +2033,6 @@ void QTabBar::setUsesScrollButtons(bool useButtons) d->refresh(); } -/*! - \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