We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829e053 commit ba9dcbfCopy full SHA for ba9dcbf
1 file changed
deepin-devicemanager/src/DeviceManager/DeviceCpu.cpp
@@ -270,12 +270,12 @@ void DeviceCpu::loadOtherDeviceInfo()
270
addOtherDeviceInfo(tr("Virtualization"), m_HardwareVirtual);
271
addOtherDeviceInfo(tr("Flags"), m_Flags);
272
addOtherDeviceInfo(tr("Extensions"), m_Extensions);
273
+ addOtherDeviceInfo(tr("L4 Cache"), m_CacheL4);
274
addOtherDeviceInfo(tr("L3 Cache"), m_CacheL3);
275
addOtherDeviceInfo(tr("L2 Cache"), m_CacheL2);
276
addOtherDeviceInfo(tr("L1i Cache"), m_CacheL1Order);
277
addOtherDeviceInfo(tr("L1d Cache"), m_CacheL1Data);
278
addOtherDeviceInfo(tr("Stepping"), m_Step);
- addOtherDeviceInfo(tr("L4 Cache"), m_CacheL4);
279
280
// 将QMap<QString, QString>内容转存为QList<QPair<QString, QString>>
281
mapInfoToList();
0 commit comments