qtconnectivity/examples/bluetooth/btchat
Andreas Buhr e009d67f4b Decouple QBluetoothSocket and QAbstractSocket, introduce scoped enums
QBluetoothSocket enum values were tied to QAbstractSocket enum values.
But there is no dependency, the coupling is not required. This patch
removes the coupling and changes to scoped enums for improved type
safety.

Task-number: QTBUG-62877
Change-Id: I206b1d438d74b976d3e0d32da5713d22b597dd90
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
2021-03-12 09:05:35 +01:00
..
doc Update screenshots in QtBluetooth Example documentation 2021-03-11 15:39:47 +01:00
CMakeLists.txt Fix btchat standalone build: find AndroidExtras before linking it 2021-02-11 09:33:43 +01:00
btchat.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 12:37:21 +00:00
chat.cpp QtBluetooth examples: make server device discoverable 2021-02-22 17:59:28 +01:00
chat.h Clean up btchat example 2018-08-16 09:21:25 +00:00
chat.ui Beautify btchat: Leave focus on text input on send message 2021-02-15 13:07:28 +01:00
chatclient.cpp Decouple QBluetoothSocket and QAbstractSocket, introduce scoped enums 2021-03-12 09:05:35 +01:00
chatclient.h Clean up btchat example 2018-08-16 09:21:25 +00:00
chatserver.cpp Use scoped enum for constants in QBluetoothUuid 2021-03-11 13:01:51 +01:00
chatserver.h Beautify btchat example: Print name of leaving clients 2021-02-15 13:06:59 +01:00
main.cpp Unify logging preparation across bluetooth examples 2021-02-25 17:12:46 +01:00
remoteselector.cpp Adapt btchat example for Android 2021-02-12 16:53:26 +01:00
remoteselector.h Adapt btchat example for Android 2021-02-12 16:53:26 +01:00
remoteselector.ui Adapt btchat example for Android 2021-02-12 16:53:26 +01:00