feat: support Qt 6.8 - #259
Conversation
support qt 6.8 Log:
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: justforlxz The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Synchronize source files from linuxdeepin/dtkgui. Source-pull-request: linuxdeepin/dtkgui#259
deepin pr auto review代码审查意见:
|
| } | ||
|
|
||
| #if QT_VERSION >= QT_VERSION_CHECK(6, 8, 0) | ||
| QPixmap pm = entry->pixmap(pixmapSize, mode, state, 1.0); |
There was a problem hiding this comment.
这个函数前面有计算 scale 的值,如果Qt这次了,这里应该直接使用 scale,前面的 pixmapSize 就没有必要乘以缩放了。
|
TAG Bot New tag: 5.7.1 |
|
TAG Bot New tag: 5.7.2 |
|
TAG Bot New tag: 5.7.3 |
support qt 6.8
Log: