summaryrefslogtreecommitdiffstats
path: root/src/widgets/util/qsystemtrayicon.cpp
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2023-12-14 09:33:44 +0100
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2023-12-14 20:06:33 +0100
commitf5d192818dea30f1fbe53adc5211ff44563c16aa (patch)
tree95102f7c38209739f2fcd8fa54f69584bf5590d1 /src/widgets/util/qsystemtrayicon.cpp
parent76b2852b7cff183ba31d6b09b00cbabdffb9ba71 (diff)
Doc: Update image in QSystemTray example
The old image was from windows xp so a new one from windows 10 should not hurt. Pick-to: 6.7 6.6 6.5 Change-Id: Ia78f556e8603517d9e7339f0af2330bc2d4182d3 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'src/widgets/util/qsystemtrayicon.cpp')
-rw-r--r--src/widgets/util/qsystemtrayicon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/util/qsystemtrayicon.cpp b/src/widgets/util/qsystemtrayicon.cpp
index 55a243c834..2a55f014e1 100644
--- a/src/widgets/util/qsystemtrayicon.cpp
+++ b/src/widgets/util/qsystemtrayicon.cpp
@@ -61,7 +61,7 @@ static QIcon messageIcon2qIcon(QSystemTrayIcon::MessageIcon icon)
called the \e{system tray} or \e{notification area}, where long-running
applications can display icons and short messages.
- \image system-tray.png The system tray on Windows XP.
+ \image system-tray.webp The system tray on Windows 10.
The QSystemTrayIcon class can be used on the following platforms: