Skip to content

Commit

Permalink
fix: “硬件信息”页面快速点击左侧导航栏后,点击界面上方的“驱动管理”,应用会发生闪退
Browse files Browse the repository at this point in the history
修复“硬件信息”页面快速点击左侧导航栏后,点击界面上方的“驱动管理”,应用会发生闪退

Log: 修复“硬件信息”页面快速点击左侧导航栏后,点击界面上方的“驱动管理”,应用会发生闪退

Bug: https://pms.uniontech.com/bug-view-243127.html
  • Loading branch information
feeengli authored and deepin-bot[bot] committed Feb 6, 2024
1 parent 8894779 commit e5681b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepin-devicemanager/src/DeviceManager/DeviceManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ void DeviceManager::clear()
m_ListDeviceGPU.clear();
m_ListDeviceMemory.clear();
m_ListDeviceCPU.clear();
m_DeviceClassMap.clear();
}

const QList<QPair<QString, QString>> &DeviceManager::getDeviceTypes()
Expand Down

0 comments on commit e5681b0

Please sign in to comment.