┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels
diff options
context:
space:
mode:
authorKai Uwe Broulik <[email protected]>2015-03-31 12:30:36 +0200
committerKai Uwe Broulik <[email protected]>2015-03-31 12:30:36 +0200
commit029f3e4732e6bbe349455165d0eb9a0b3acdf3d6 (patch)
treea058d714b99d426a7be418503b53d8171c300b8b /src/panels
parent4ed0b82b02aa787ba25bdc5a5e5a99037fdb6efa (diff)
Show kdeconnect devices under "Devices"
We probably need a more sophisticated heuristic for identifying devices in the places panel but given we already did that for Bluetooth should do for the foreseeable future. REVIEW: 123189 BUG: 337222
Diffstat (limited to 'src/panels')
-rw-r--r--src/panels/places/placesitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placesitem.cpp b/src/panels/places/placesitem.cpp
index 45e0f6ef2..fad8c7fa5 100644
--- a/src/panels/places/placesitem.cpp
+++ b/src/panels/places/placesitem.cpp
@@ -179,7 +179,7 @@ PlacesItem::GroupType PlacesItem::groupType() const
return SearchForType;
}
- if (protocol == QLatin1String("bluetooth") || protocol == QLatin1String("obexftp")) {
+ if (protocol == QLatin1String("bluetooth") || protocol == QLatin1String("obexftp") || protocol == QLatin1String("kdeconnect")) {
return DevicesType;
}