┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/panels/places/placesitem.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}