summaryrefslogtreecommitdiffstats
path: root/src/network/bearer/qnetworkconfiguration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/bearer/qnetworkconfiguration.cpp')
-rw-r--r--src/network/bearer/qnetworkconfiguration.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/network/bearer/qnetworkconfiguration.cpp b/src/network/bearer/qnetworkconfiguration.cpp
index 40381a04c0..8d34db19cd 100644
--- a/src/network/bearer/qnetworkconfiguration.cpp
+++ b/src/network/bearer/qnetworkconfiguration.cpp
@@ -331,8 +331,8 @@ QNetworkConfiguration &QNetworkConfiguration::operator=(const QNetworkConfigurat
*/
/*!
- Returns true, if this configuration is the same as the \a other
- configuration given; otherwise returns false.
+ Returns \c true, if this configuration is the same as the \a other
+ configuration given; otherwise returns \c false.
*/
bool QNetworkConfiguration::operator==(const QNetworkConfiguration &other) const
{
@@ -342,8 +342,8 @@ bool QNetworkConfiguration::operator==(const QNetworkConfiguration &other) const
/*!
\fn bool QNetworkConfiguration::operator!=(const QNetworkConfiguration &other) const
- Returns true if this configuration is not the same as the \a other
- configuration given; otherwise returns false.
+ Returns \c true if this configuration is not the same as the \a other
+ configuration given; otherwise returns \c false.
*/
/*!
@@ -392,7 +392,7 @@ QNetworkConfiguration::Type QNetworkConfiguration::type() const
}
/*!
- Returns true if this QNetworkConfiguration object is valid.
+ Returns \c true if this QNetworkConfiguration object is valid.
A configuration may become invalid if the user deletes the configuration or
the configuration was default-constructed.
@@ -439,7 +439,7 @@ QNetworkConfiguration::Purpose QNetworkConfiguration::purpose() const
}
/*!
- Returns true if this configuration supports roaming; otherwise false.
+ Returns \c true if this configuration supports roaming; otherwise false.
*/
bool QNetworkConfiguration::isRoamingAvailable() const
{