From d8fede7cc6303f530a113f8d72876fae8e1426a0 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Tue, 2 Apr 2013 16:07:29 +0200 Subject: Move Bluetooth places items to Device section of places list REVIEW: 109622 BUG: 301276 --- src/panels/places/placesitem.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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; } -- cgit v1.3