summaryrefslogtreecommitdiffstats
path: root/src/widgets/util/qsystemtrayicon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/util/qsystemtrayicon.cpp')
-rw-r--r--src/widgets/util/qsystemtrayicon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/util/qsystemtrayicon.cpp b/src/widgets/util/qsystemtrayicon.cpp
index f74d88f6a0..08b24a8200 100644
--- a/src/widgets/util/qsystemtrayicon.cpp
+++ b/src/widgets/util/qsystemtrayicon.cpp
@@ -337,7 +337,7 @@ bool QSystemTrayIcon::event(QEvent *e)
/*!
- Returns true if the system tray is available; otherwise returns false.
+ Returns \c true if the system tray is available; otherwise returns \c false.
If the system tray is currently unavailable but becomes available later,
QSystemTrayIcon will automatically add an entry in the system tray if it
@@ -350,7 +350,7 @@ bool QSystemTrayIcon::isSystemTrayAvailable()
}
/*!
- Returns true if the system tray supports balloon messages; otherwise returns false.
+ Returns \c true if the system tray supports balloon messages; otherwise returns \c false.
\sa showMessage()
*/