Fix solid
This commit is contained in:
parent
da50d4f27d
commit
bbfc13e2cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue