]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/places/placesitem.cpp
Make obexftp places group under devices
[dolphin.git] / src / panels / places / placesitem.cpp
index 638d59ec0413693911a597f7d659659eda610bb0..45e0f6ef2f3b7769400306d4690b51b320c97a45 100644 (file)
@@ -179,7 +179,7 @@ PlacesItem::GroupType PlacesItem::groupType() const
             return SearchForType;
         }
 
-        if (protocol == QLatin1String("bluetooth")) {
+        if (protocol == QLatin1String("bluetooth") || protocol == QLatin1String("obexftp")) {
             return DevicesType;
         }