Git commit 96eb68aa275f06987e15c8fd1d3f3d239fcfeb69 by Kai Uwe Broulik. Committed on 31/03/2015 at 20:40. Pushed by broulik into branch 'Applications/15.04'. Show kdeconnect devices under "Devices" This has been backported from 029f3e4732e6bbe349455165d0eb9a0b3acdf3d6 in d= olphin BUG: 337222 FIXED-IN: 15.04 REVIEW: 123189 M +1 -1 dolphin/src/panels/places/placesitem.cpp http://commits.kde.org/kde-baseapps/96eb68aa275f06987e15c8fd1d3f3d239fcfeb69 diff --git a/dolphin/src/panels/places/placesitem.cpp b/dolphin/src/panels/= places/placesitem.cpp index 173da29..911f9e2 100644 --- a/dolphin/src/panels/places/placesitem.cpp +++ b/dolphin/src/panels/places/placesitem.cpp @@ -180,7 +180,7 @@ PlacesItem::GroupType PlacesItem::groupType() const return SearchForType; } = - if (protocol =3D=3D QLatin1String("bluetooth")) { + if (protocol =3D=3D QLatin1String("bluetooth") || protocol =3D=3D = QLatin1String("kdeconnect")) { return DevicesType; } =20