Commit 4c08a0e
committed
fix: use applicationDisplayName instead of qAppName in DQMLGlobalObject
Changed qAppName() to qApp->applicationDisplayName() when sending system
notifications to use the display name rather than the executable name.
This provides better user experience as display names are typically
more readable and user-friendly than raw executable names. The change
affects the notification sender configuration in DQMLGlobalObject's
sendSystemMessage method.
fix: 在DQMLGlobalObject中使用applicationDisplayName替代qAppName
将发送系统通知时的qAppName()改为qApp->applicationDisplayName(),以
使用显示名称而非可执行文件名。这提供了更好的用户体验,因为显示名称通
常比原始可执行文件名更易读和用户友好。此修改影响了DQMLGlobalObject的
sendSystemMessage方法中的通知发送器配置。1 parent 3d7c40f commit 4c08a0e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
| 503 | + | |
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| |||
0 commit comments