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