┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Rosca <[email protected]>2015-03-14 11:26:10 +0100
committerDavid Rosca <[email protected]>2015-03-14 11:26:10 +0100
commit068c6e73209dd6e3f14e9ab8ef573a5dbdb71a2d (patch)
treea8cc64d0bf7762fc025d4c3862820ef628859402 /src
parent5d115201af560c7c7b9bedc49cecd03047bc3a06 (diff)
Make obexftp places group under devices
REVIEW: 122935
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;
}