]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Move Bluetooth places items to Device section of places list
authorKai Uwe Broulik <kde@privat.broulik.de>
Tue, 2 Apr 2013 14:07:29 +0000 (16:07 +0200)
committerKai Uwe Broulik <kde@privat.broulik.de>
Tue, 2 Apr 2013 14:07:29 +0000 (16:07 +0200)
REVIEW: 109622
BUG: 301276

src/panels/places/placesitem.cpp

index 75e14d0fb01140d4099c42db025a661c9df934f4..5723b80a274cce09f9a752d37e101cd9db9adab7 100644 (file)
@@ -176,6 +176,10 @@ PlacesItem::GroupType PlacesItem::groupType() const
             return SearchForType;
         }
 
+        if (protocol == QLatin1String("bluetooth")) {
+            return DevicesType;
+        }
+
         return PlacesType;
     }