From bbfc13e2cc4295f841c08c863745c83bb5d77ba5 Mon Sep 17 00:00:00 2001 From: reionwong Date: Tue, 31 Aug 2021 00:09:21 +0800 Subject: [PATCH] Fix solid --- model/placesitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/placesitem.cpp b/model/placesitem.cpp index f4f2717..ef66cdf 100644 --- a/model/placesitem.cpp +++ b/model/placesitem.cpp @@ -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