Replace two \returns markers by "The function returns"
Change-Id: I101310f6bd9bddf0ee9d06a81b9fef805313a015 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
parent
1164c6f6ca
commit
4902d381bd
@ -211,8 +211,8 @@ void QWinOverlappedIoNotifier::setEnabled(bool enabled)
|
||||
/*!
|
||||
* Wait synchronously for the notified signal.
|
||||
*
|
||||
* \returns true, if the notified signal was emitted for the I/O operation
|
||||
* that corresponds to the OVERLAPPED object.
|
||||
* The function returns true if the notified signal was emitted for
|
||||
* the I/O operation that corresponds to the OVERLAPPED object.
|
||||
*/
|
||||
bool QWinOverlappedIoNotifier::waitForNotified(int msecs, OVERLAPPED *overlapped)
|
||||
{
|
||||
|
@ -1128,7 +1128,7 @@ static bool setFontWeightFromValue(const QCss::Value &value, QFont *font)
|
||||
/** \internal
|
||||
* parse the font family from the values (starting from index \a start)
|
||||
* and set it the \a font
|
||||
* \returns true if a family was extracted.
|
||||
* The function returns true if a family was extracted.
|
||||
*/
|
||||
static bool setFontFamilyFromValues(const QVector<QCss::Value> &values, QFont *font, int start = 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user