Move Bluetooth places items to Device section of places list

REVIEW: 109622
BUG: 301276
This commit is contained in:
Kai Uwe Broulik 2013-04-02 16:07:29 +02:00
parent 8cc479518b
commit d8fede7cc6

View file

@ -176,6 +176,10 @@ PlacesItem::GroupType PlacesItem::groupType() const
return SearchForType;
}
if (protocol == QLatin1String("bluetooth")) {
return DevicesType;
}
return PlacesType;
}