From: Kai Uwe Broulik Date: Tue, 2 Apr 2013 14:07:29 +0000 (+0200) Subject: Move Bluetooth places items to Device section of places list X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/d8fede7cc6303f530a113f8d72876fae8e1426a0?ds=inline Move Bluetooth places items to Device section of places list REVIEW: 109622 BUG: 301276 --- diff --git a/src/panels/places/placesitem.cpp b/src/panels/places/placesitem.cpp index 75e14d0fb..5723b80a2 100644 --- a/src/panels/places/placesitem.cpp +++ b/src/panels/places/placesitem.cpp @@ -176,6 +176,10 @@ PlacesItem::GroupType PlacesItem::groupType() const return SearchForType; } + if (protocol == QLatin1String("bluetooth")) { + return DevicesType; + } + return PlacesType; }