summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authoraavit <qt_aavit@ovi.com>2012-09-03 13:45:33 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-04 02:03:23 +0200
commitce2a8bdc13891cf1f53863bd5cd22d1a8fd6aae1 (patch)
tree8b3a90fb220d0ac9f8e034aac4e22c3f9cbf87f6 /src/gui/kernel
parente3224554272600a22fd9d22bdb754832b5127da2 (diff)
Doc: fix yet more errors reported by qdoc
Change-Id: I67ac081ce95235912784bbbc347dd8f80fdebbde Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qplatformsystemtrayicon_qpa.cpp36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/gui/kernel/qplatformsystemtrayicon_qpa.cpp b/src/gui/kernel/qplatformsystemtrayicon_qpa.cpp
index 425fbda2d9..e3179b40e3 100644
--- a/src/gui/kernel/qplatformsystemtrayicon_qpa.cpp
+++ b/src/gui/kernel/qplatformsystemtrayicon_qpa.cpp
@@ -52,6 +52,33 @@ QT_BEGIN_NAMESPACE
*/
/*!
+ \enum QPlatformSystemTrayIcon::MessageIcon
+
+ This enum describes the icon that is shown when a balloon message is displayed.
+
+ \value NoIcon No icon is shown.
+ \value Information An information icon is shown.
+ \value Warning A standard warning icon is shown.
+ \value Critical A critical warning icon is shown.
+
+ \sa updateIcon(), showMessage(), QMessageBox
+*/
+
+/*!
+ \enum QPlatformSystemTrayIcon::ActivationReason
+
+ This enum describes the reason the system tray was activated.
+
+ \value Unknown Unknown reason
+ \value Context The context menu for the system tray entry was requested
+ \value DoubleClick The system tray entry was double clicked
+ \value Trigger The system tray entry was clicked
+ \value MiddleClick The system tray entry was clicked with the middle mouse button
+
+ \sa activated()
+*/
+
+/*!
\internal
*/
QPlatformSystemTrayIcon::QPlatformSystemTrayIcon()
@@ -120,6 +147,15 @@ QPlatformSystemTrayIcon::~QPlatformSystemTrayIcon()
\sa QSystemTrayIcon::ActivationReason
*/
+/*!
+ \fn void QPlatformSystemTrayIcon::messageClicked()
+
+ This signal is emitted when the message displayed using showMessage()
+ was clicked by the user.
+
+ \sa activated()
+*/
+
QT_END_NAMESPACE
#include "moc_qplatformsystemtrayicon.cpp"