Details
-
Technical task
-
Resolution: Done
-
P1: Critical
-
None
-
-
37c770825c1174c274fd09b2da1a7438d8c0a363 (qt/qtconnectivity/dev)
Description
A few iOS/macOS implementations have their own public class implementations (e.g. QLowEnergyService)
- Removes duplicated code
- Likely due to Objective C specifics -> needs investigation. Mainly due to osx-specific private header files containing Objective C entities, which will fail to compile when included in *.cpp file. Working this around is possible, albeit a bit ugly but is still better than code duplication.