]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Make obexftp places group under devices
authorDavid Rosca <nowrep@gmail.com>
Sat, 14 Mar 2015 10:26:10 +0000 (11:26 +0100)
committerDavid Rosca <nowrep@gmail.com>
Sat, 14 Mar 2015 10:26:10 +0000 (11:26 +0100)
REVIEW: 122935

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;
         }