From 068c6e73209dd6e3f14e9ab8ef573a5dbdb71a2d Mon Sep 17 00:00:00 2001 From: David Rosca Date: Sat, 14 Mar 2015 11:26:10 +0100 Subject: [PATCH] Make obexftp places group under devices REVIEW: 122935 --- src/panels/places/placesitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3