summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformsystemtrayicon_qpa.cpp
diff options
context:
space:
mode:
authoraavit <qt_aavit@ovi.com>2012-08-30 14:25:17 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-30 21:43:36 +0200
commit244e3e2aa0dcc53c18cb55dabdd88f9d5c4b521a (patch)
tree22c0db835bb4352bf3196d7e4b2d384eeb835b94 /src/gui/kernel/qplatformsystemtrayicon_qpa.cpp
parentdc5359a312c0cd193acddac7d73815c5ab8a5e39 (diff)
Doc: Fix various errors
Change-Id: I07503dd379779148b674ab0f806f6eeac5d7d4b7 Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
Diffstat (limited to 'src/gui/kernel/qplatformsystemtrayicon_qpa.cpp')
-rw-r--r--src/gui/kernel/qplatformsystemtrayicon_qpa.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/kernel/qplatformsystemtrayicon_qpa.cpp b/src/gui/kernel/qplatformsystemtrayicon_qpa.cpp
index 304fc2959f..425fbda2d9 100644
--- a/src/gui/kernel/qplatformsystemtrayicon_qpa.cpp
+++ b/src/gui/kernel/qplatformsystemtrayicon_qpa.cpp
@@ -98,26 +98,26 @@ QPlatformSystemTrayIcon::~QPlatformSystemTrayIcon()
/*!
\fn void QPlatformSystemTrayIcon::showMessage(const QString &msg, const QString &title,
const QIcon &icon, MessageIcon iconType, int secs)
- Shows a balloon message for the entry with the given \a title, message \msg and \a icon for
- the time specified in \secs. \a iconType is used as a hint for the implementing platform.
+ Shows a balloon message for the entry with the given \a title, message \a msg and \a icon for
+ the time specified in \a secs. \a iconType is used as a hint for the implementing platform.
\sa QSystemTrayIcon::showMessage
*/
/*!
- \fn bool QPlatformSystemTrayIcon::isSystemTrayAvailable()
+ \fn bool QPlatformSystemTrayIcon::isSystemTrayAvailable() const
Returns true if the system tray is available on the platform.
*/
/*!
- bool QPlatformSystemTrayIcon::supportsMessages()
+ \fn bool QPlatformSystemTrayIcon::supportsMessages() const
Returns true if the system tray supports messages on the platform.
*/
/*!
- \fn void activated(QPlatformSystemTrayIcon::ActivationReason reason)
+ \fn void QPlatformSystemTrayIcon::activated(QPlatformSystemTrayIcon::ActivationReason reason)
This signal is emitted when the user activates the system tray icon.
\a reason specifies the reason for activation.
- \sa QSystemTrayIcon::ActivationReason.
+ \sa QSystemTrayIcon::ActivationReason
*/
QT_END_NAMESPACE