Fix solid

This commit is contained in:
reionwong 2021-08-31 00:09:21 +08:00
parent da50d4f27d
commit bbfc13e2cc

View file

@ -120,7 +120,7 @@ void PlacesItem::updateDeviceInfo(const QString &udi)
#if SOLID_VERSION_MAJOR >= 5 && SOLID_VERSION_MINOR >= 71
m_displayName = m_device.displayName();
#elif
#else
m_displayName = m_device.description();
#endif