fix: section sort no longer works#785
Conversation
修正分组排序的顺序不再正确的问题. Log:
deepin pr auto review★ 总体评分:95分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 // 当前代码已经足够优秀,无需进一步修改。
// 以下为原修复代码片段展示:
sort(0);
setDynamicSortFilter(wasDynamic);
m_sectionRoleName = sortRoleName();
emit sectionRoleNameChanged(); |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BLumia, Ivy233 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 |
修正分组排序的顺序不再正确的问题.