summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/io/qwinoverlappedionotifier.cpp4
-rw-r--r--src/gui/text/qcssparser.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/io/qwinoverlappedionotifier.cpp b/src/corelib/io/qwinoverlappedionotifier.cpp
index 8fa3648987..a03585c632 100644
--- a/src/corelib/io/qwinoverlappedionotifier.cpp
+++ b/src/corelib/io/qwinoverlappedionotifier.cpp
@@ -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)
{
diff --git a/src/gui/text/qcssparser.cpp b/src/gui/text/qcssparser.cpp
index 885244d9a7..b40bd7a63f 100644
--- a/src/gui/text/qcssparser.cpp
+++ b/src/gui/text/qcssparser.cpp
@@ -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)
{