summaryrefslogtreecommitdiffstats
path: root/src/wifi/qwifidevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wifi/qwifidevice.cpp')
-rw-r--r--src/wifi/qwifidevice.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wifi/qwifidevice.cpp b/src/wifi/qwifidevice.cpp
index f3eb62b..0e421b7 100644
--- a/src/wifi/qwifidevice.cpp
+++ b/src/wifi/qwifidevice.cpp
@@ -57,8 +57,8 @@ QWifiDevice::~QWifiDevice()
}
/*!
- Returns \a true if a device is Wifi capable - Wifi driver and firmware has been
- successfully loaded by the system, otherwise returns \a false.
+ Returns \c true if a device is Wifi capable - Wifi driver and firmware has been
+ successfully loaded by the system, otherwise returns \c false.
*/
bool QWifiDevice::wifiSupported()
{
@@ -117,7 +117,7 @@ QByteArray QWifiDevice::wifiInterfaceName()
}
/*!
- A conveniece method to set the Wifi interface name.
+ A conveniece method to set the Wifi interface \a name.
\sa wifiInterfaceName()
*/