diff options
| author | Kai Uwe Broulik <[email protected]> | 2013-04-02 16:07:29 +0200 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2013-04-02 16:07:29 +0200 |
| commit | d8fede7cc6303f530a113f8d72876fae8e1426a0 (patch) | |
| tree | 7e4c469d315bfb8acae80eb1daa25a71239126a8 /src | |
| parent | 8cc479518be479365d91e5139f064fcce970d0a3 (diff) | |
Move Bluetooth places items to Device section of places list
REVIEW: 109622
BUG: 301276
Diffstat (limited to 'src')
| -rw-r--r-- | src/panels/places/placesitem.cpp | 4 |
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; } |
