summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_winrt_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-07-20 16:19:13 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-07-25 11:16:27 +0000
commit81de083e4f9fdee7f1ef7d2fffc7d2147ddbc1b0 (patch)
treefc6da5a446674330111930c6b9c0badadf0488aa /src/bluetooth/qbluetoothsocket_winrt_p.h
parente452269d918655c3aaf0d5759cf2143478661af5 (diff)
Rename QBluetoothSocketBasePrivate::connectToService()
The goal is to move the various QBluetoothSocket::connectoService() implementations into the private classes. Common parts can be split into QBluetoothSocketBasePrivate and the platform specific code. The code becomes cleaner and has less ifdefs. However this creates a symbol clash with the currently existing private implementation as it has a function with the same signature but different purpose. This rename provides the foundation for future changes. Task-number: QTBUG-68550 Change-Id: I121f08d93e00790c1619c0449629f47bca8a964d Reviewed-by: Lubomir I. Ivanov <neolit123@gmail.com> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/bluetooth/qbluetoothsocket_winrt_p.h')
-rw-r--r--src/bluetooth/qbluetoothsocket_winrt_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothsocket_winrt_p.h b/src/bluetooth/qbluetoothsocket_winrt_p.h
index a6597009..76c2ded9 100644
--- a/src/bluetooth/qbluetoothsocket_winrt_p.h
+++ b/src/bluetooth/qbluetoothsocket_winrt_p.h
@@ -68,7 +68,7 @@ public:
QBluetoothSocketPrivateWinRT();
~QBluetoothSocketPrivateWinRT();
- void connectToService(const QBluetoothAddress &address,
+ void connectToServiceHelper(const QBluetoothAddress &address,
quint16 port,
QIODevice::OpenMode openMode);
bool ensureNativeSocket(QBluetoothServiceInfo::Protocol type);