summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2022-11-17 10:16:45 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-11-17 18:18:59 +0000
commitc4fff6e5265871430d0baeb28618a21566a0e89f (patch)
tree4f2284be4f270e9a69764d6b743471dec4a59324
parent5e5d06b1cc492c89f5f04d60368f5c54b24f5aa7 (diff)
doc: update the limitation of QSystemTrayIcon on X11
See also https://blogs.gnome.org/aday/2017/08/31/status-icons-and-gnome/ Task-number: QTBUG-107727 Change-Id: Iac08ab34e3ce248e74d4b9bd3979e76b72d82244 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 9e251d44a79e171f093e89b21215d7372866ef4c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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 6e429943fa..47e60d0f90 100644
--- a/src/widgets/util/qsystemtrayicon.cpp
+++ b/src/widgets/util/qsystemtrayicon.cpp
@@ -130,7 +130,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, QDesktopWidget, {Desktop Integration}, {System Tray Icon Example}
*/