diff options
| author | Kai Uwe Broulik <[email protected]> | 2015-03-31 12:30:36 +0200 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2015-03-31 12:30:36 +0200 |
| commit | 029f3e4732e6bbe349455165d0eb9a0b3acdf3d6 (patch) | |
| tree | a058d714b99d426a7be418503b53d8171c300b8b /src/panels | |
| parent | 4ed0b82b02aa787ba25bdc5a5e5a99037fdb6efa (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.cpp | 2 |
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; } |
