Make obexftp places group under devices

REVIEW: 122935
This commit is contained in:
David Rosca 2015-03-14 11:26:10 +01:00
parent 5d115201af
commit 068c6e7320

View file

@ -179,7 +179,7 @@ PlacesItem::GroupType PlacesItem::groupType() const
return SearchForType;
}
if (protocol == QLatin1String("bluetooth")) {
if (protocol == QLatin1String("bluetooth") || protocol == QLatin1String("obexftp")) {
return DevicesType;
}