summaryrefslogtreecommitdiffstats
path: root/src/widgets/util/qsystemtrayicon.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2022-11-17 10:16:45 +0100
committerLiang Qi <liang.qi@qt.io>2022-11-17 15:12:25 +0100
commit9e251d44a79e171f093e89b21215d7372866ef4c (patch)
tree2ea79dff0d1bcac695022882fd7cd3075bb6fffb /src/widgets/util/qsystemtrayicon.cpp
parentcebcb7991a26fdb583d216b9c18b8b51d1cabf5f (diff)
doc: update the limitation of QSystemTrayIcon on X11
See also https://blogs.gnome.org/aday/2017/08/31/status-icons-and-gnome/ Pick-to: 6.4 6.2 5.15 Task-number: QTBUG-107727 Change-Id: Iac08ab34e3ce248e74d4b9bd3979e76b72d82244 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/widgets/util/qsystemtrayicon.cpp')
-rw-r--r--src/widgets/util/qsystemtrayicon.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widgets/util/qsystemtrayicon.cpp b/src/widgets/util/qsystemtrayicon.cpp
index d264cfe632..903cb4380c 100644
--- a/src/widgets/util/qsystemtrayicon.cpp
+++ b/src/widgets/util/qsystemtrayicon.cpp
@@ -92,7 +92,9 @@ static QIcon messageIcon2qIcon(QSystemTrayIcon::MessageIcon icon)
Only on X11, when a tooltip is requested, the QSystemTrayIcon receives a QHelpEvent
of type QEvent::ToolTip. Additionally, the QSystemTrayIcon receives wheel events of
- type QEvent::Wheel. These are not supported on any other platform.
+ type QEvent::Wheel. These are not supported on any other platform. Note: Since GNOME
+ Shell version 3.26, not all QSystemTrayIcon::ActivationReason are supported by the
+ system without shell extensions installed.
\sa QDesktopServices, {Desktop Integration}, {System Tray Icon Example}
*/