Make overloaded function appear in assistant index

When there are overloaded function for one class,
at least one of them mustn't possess \overload command,
otherwise it won't appear at all in doc index.

Task-number: QTBUG-59506
Change-Id: I650a3969cb45c1a5efdfc3a654e01d113c398f16
Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
Jarek Kobus 2017-03-17 15:32:11 +01:00
parent 07e9261105
commit d2ca870660
14 changed files with 0 additions and 31 deletions

View File

@ -2123,7 +2123,6 @@ void QColorDialog::setVisible(bool visible)
}
/*!
\overload
\since 4.5
Opens the dialog and connects its colorSelected() signal to the slot specified

View File

@ -802,8 +802,6 @@ QFileDialog::Options QFileDialog::options() const
}
/*!
\overload
\since 4.5
This function connects one of its signals to the slot specified by \a receiver

View File

@ -931,7 +931,6 @@ QFontDialog::FontDialogOptions QFontDialog::options() const
/*!
\since 4.5
\overload
Opens the dialog and connects its fontSelected() signal to the slot specified
by \a receiver and \a member.

View File

@ -1070,7 +1070,6 @@ QString QInputDialog::cancelButtonText() const
/*!
\since 4.5
\overload
This function connects one of its signals to the slot specified by \a receiver
and \a member. The specific signal depends on the arguments that are specified

View File

@ -1500,8 +1500,6 @@ void QMessageBox::keyPressEvent(QKeyEvent *e)
}
/*!
\overload
Opens the dialog and connects its finished() or buttonClicked() signal to
the slot specified by \a receiver and \a member. If the slot in \a member
has a pointer for its first parameter the connection is to buttonClicked(),

View File

@ -865,7 +865,6 @@ void QProgressDialog::forceShow()
/*!
\since 4.5
\overload
Opens the dialog and connects its canceled() signal to the slot specified
by \a receiver and \a member.

View File

@ -1345,7 +1345,6 @@ void QApplication::setGlobalStrut(const QSize& strut)
/*!
\fn QPalette QApplication::palette(const QWidget* widget)
\overload
If a \a widget is passed, the default palette for the widget's class is
returned. This may or may not be the application palette. In most cases

View File

@ -437,8 +437,6 @@ bool QLineEdit::hasFrame() const
#if QT_CONFIG(action)
/*!
\overload
Adds the \a action to the list of actions at the \a position.
\since 5.2

View File

@ -1741,8 +1741,6 @@ QMenu::~QMenu()
}
/*!
\overload
This convenience function creates a new action with \a text.
The function adds the newly created action to the menu's
list of actions, and returns it.

View File

@ -749,8 +749,6 @@ QMenuBar::~QMenuBar()
}
/*!
\overload
This convenience function creates a new action with \a text.
The function adds the newly created action to the menu's
list of actions, and returns it.

View File

@ -2338,8 +2338,6 @@ void QPlainTextEdit::wheelEvent(QWheelEvent *e)
#endif
/*!
\fn QPlainTextEdit::zoomIn(int range)
Zooms in on the text by making the base font size \a range
points larger and recalculating all font sizes to be the new size.
This does not change the size of any images.
@ -2352,10 +2350,6 @@ void QPlainTextEdit::zoomIn(int range)
}
/*!
\fn QPlainTextEdit::zoomOut(int range)
\overload
Zooms out on the text by making the base font size \a range points
smaller and recalculating all font sizes to be the new size. This
does not change the size of any images.

View File

@ -511,8 +511,6 @@ QString QTabWidget::tabText(int index) const
}
/*!
\overload
Sets the \a icon for the tab at position \a index.
*/
void QTabWidget::setTabIcon(int index, const QIcon &icon)

View File

@ -2310,8 +2310,6 @@ void QTextEdit::scrollToAnchor(const QString &name)
}
/*!
\fn QTextEdit::zoomIn(int range)
Zooms in on the text by making the base font size \a range
points larger and recalculating all font sizes to be the new size.
This does not change the size of any images.
@ -2324,10 +2322,6 @@ void QTextEdit::zoomIn(int range)
}
/*!
\fn QTextEdit::zoomOut(int range)
\overload
Zooms out on the text by making the base font size \a range points
smaller and recalculating all font sizes to be the new size. This
does not change the size of any images.

View File

@ -743,8 +743,6 @@ void QToolBar::clear()
}
/*!
\overload
Creates a new action with the given \a text. This action is added to
the end of the toolbar.
*/