┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Uwe Broulik <[email protected]>2013-04-02 16:07:29 +0200
committerKai Uwe Broulik <[email protected]>2013-04-02 16:07:29 +0200
commitd8fede7cc6303f530a113f8d72876fae8e1426a0 (patch)
tree7e4c469d315bfb8acae80eb1daa25a71239126a8
parent8cc479518be479365d91e5139f064fcce970d0a3 (diff)
Move Bluetooth places items to Device section of places list
REVIEW: 109622 BUG: 301276
-rw-r--r--src/panels/places/placesitem.cpp4
1 files changed, 4 insertions, 0 deletions
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;
}