summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btchat/chatserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btchat/chatserver.h')
-rw-r--r--examples/bluetooth/btchat/chatserver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/bluetooth/btchat/chatserver.h b/examples/bluetooth/btchat/chatserver.h
index 2a3c3503..8af21f55 100644
--- a/examples/bluetooth/btchat/chatserver.h
+++ b/examples/bluetooth/btchat/chatserver.h
@@ -42,6 +42,7 @@
#define CHATSERVER_H
#include <qbluetoothserviceinfo.h>
+#include <qbluetoothaddress.h>
#include <QtCore/QObject>
#include <QtCore/QList>
@@ -60,7 +61,7 @@ public:
explicit ChatServer(QObject *parent = 0);
~ChatServer();
- void startServer();
+ void startServer(const QBluetoothAddress &localAdapter = QBluetoothAddress());
void stopServer();
public slots: