summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehrlicher <[email protected]>2023-12-14 09:33:44 +0100
committerQt Cherry-pick Bot <[email protected]>2023-12-15 05:26:00 +0000
commitd3c7055b450cb62ddca6859a650f67d4938afb17 (patch)
tree0dc92c96003a45c1aa44374a6a31c6cc73a3e68a
parent1d4788a39668fb2dc5912a8d9c4272dc40e99f92 (diff)
Doc: Update image in QSystemTray example
The old image was from windows xp so a new one from windows 10 should not hurt. Change-Id: Ia78f556e8603517d9e7339f0af2330bc2d4182d3 Reviewed-by: Axel Spoerl <[email protected]> (cherry picked from commit f5d192818dea30f1fbe53adc5211ff44563c16aa) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit 794aee350f718a0a7a5da5b469050138f7dfeb38) (cherry picked from commit de628f93a078e97b79cadfac733fc0c4d8513957)
-rw-r--r--src/widgets/doc/images/system-tray.pngbin6326 -> 0 bytes
-rw-r--r--src/widgets/doc/images/system-tray.webpbin0 -> 19180 bytes
-rw-r--r--src/widgets/util/qsystemtrayicon.cpp2
3 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/doc/images/system-tray.png b/src/widgets/doc/images/system-tray.png
deleted file mode 100644
index 298b193cf78..00000000000
--- a/src/widgets/doc/images/system-tray.png
+++ /dev/null
Binary files differ
diff --git a/src/widgets/doc/images/system-tray.webp b/src/widgets/doc/images/system-tray.webp
new file mode 100644
index 00000000000..ae509ccad3c
--- /dev/null
+++ b/src/widgets/doc/images/system-tray.webp
Binary files differ
diff --git a/src/widgets/util/qsystemtrayicon.cpp b/src/widgets/util/qsystemtrayicon.cpp
index db1f0eac535..a156b8d0aca 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: