From: David Rosca Date: Sat, 14 Mar 2015 10:26:10 +0000 (+0100) Subject: Make obexftp places group under devices X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/068c6e73209dd6e3f14e9ab8ef573a5dbdb71a2d?ds=sidebyside Make obexftp places group under devices REVIEW: 122935 --- diff --git a/src/panels/places/placesitem.cpp b/src/panels/places/placesitem.cpp index 638d59ec0..45e0f6ef2 100644 --- a/src/panels/places/placesitem.cpp +++ b/src/panels/places/placesitem.cpp @@ -179,7 +179,7 @@ PlacesItem::GroupType PlacesItem::groupType() const return SearchForType; } - if (protocol == QLatin1String("bluetooth")) { + if (protocol == QLatin1String("bluetooth") || protocol == QLatin1String("obexftp")) { return DevicesType; }