summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_bluezdbus_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothsocket_bluezdbus_p.h')
-rw-r--r--src/bluetooth/qbluetoothsocket_bluezdbus_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothsocket_bluezdbus_p.h b/src/bluetooth/qbluetoothsocket_bluezdbus_p.h
index 383c9fcb..deedf916 100644
--- a/src/bluetooth/qbluetoothsocket_bluezdbus_p.h
+++ b/src/bluetooth/qbluetoothsocket_bluezdbus_p.h
@@ -56,6 +56,7 @@
#include <QtDBus/qdbusunixfiledescriptor.h>
#include <QtNetwork/qlocalsocket.h>
+#include <QDBusPendingCallWatcher>
class OrgBluezProfileManager1Interface;
@@ -110,6 +111,9 @@ public:
bool canReadLine() const override;
qint64 bytesToWrite() const override;
+public slots:
+ void connectToServiceReplyHandler(QDBusPendingCallWatcher *);
+
private:
void remoteConnected(const QDBusUnixFileDescriptor &fd);
void socketStateChanged(QLocalSocket::LocalSocketState newState);