Fix solid 5.71
This commit is contained in:
parent
8c1c20e8c3
commit
9811e89459
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ void PlacesItem::updateDeviceInfo(const QString &udi)
|
|||
m_iconName = m_device.icon();
|
||||
m_iconPath = QString("%1.svg").arg(m_iconName);
|
||||
|
||||
#if SOLID_BUILD_DEPRECATED_SINCE(5, 71)
|
||||
#if SOLID_ENABLE_DEPRECATED_SINCE(5, 71)
|
||||
m_displayName = m_device.displayName();
|
||||
#elif
|
||||
m_displayName = m_device.description();
|
||||
|
|
Loading…
Reference in a new issue