fix: 任务栏日期tips不显示时间

当设置长日期的显示格式是第一种时,需要加入时间的显示

Log: 修复任务栏日期tips不显示时间的问题
Influence: 任务栏tips弹框
Bug: https://pms.uniontech.com/bug-view-147321.html
Change-Id: I4b2a5e43b1adc4f58b8638e2e8a07b92f80f6bbd
This commit is contained in:
dengbo 2022-07-22 17:50:14 +08:00 committed by wubw
parent 94a55d3f58
commit f9110a3e07

View File

@ -267,7 +267,7 @@ void DatetimeWidget::updateDateTimeString()
switch (m_longDateFormatType) {
case 0 :
m_dateTime = longTimeFormat;
m_dateTime = longTimeFormat + currentDateTime.toString(m_longTimeFormat);
break;
case 1:
m_dateTime = longTimeFormat + QString(" ") + m_weekFormat + currentDateTime.toString(m_longTimeFormat);