Commit Graph

3 Commits

Author SHA1 Message Date
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
Lars Schmertmann 073deeeca4 Add ; to Q_UNUSED
This is required to remove the ; from the macro with Qt 6.

Task-number: QTBUG-82978
Change-Id: I74006298cc2d8a40e05775500a794ac1a721a5e4
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
2020-06-23 07:15:12 +00:00
Alex Blasche b19148f9a0 Rename qbluetoothsocket_p files to qbluetoothsocket_dummy
The new name fits the class better.

Task-number: QTBUG-68550
Change-Id: I7445f48134f8a9fe8b6b6291184f404b3b2faa89
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Reviewed-by: Lubomir I. Ivanov <neolit123@gmail.com>
2018-07-25 11:16:35 +00:00