From 25222f75d0ff5da0b39c77250510bc0aab0daf73 Mon Sep 17 00:00:00 2001 From: Fabian Bumberger Date: Wed, 18 Sep 2013 11:28:53 +0200 Subject: QNX: Take socketType and serverType into account Also add a serverType member function in QBluetoothServer Change-Id: I107f73b3943dc84f5c4d2afcb00e303567a67b5d Reviewed-by: Alex Blasche --- src/bluetooth/qbluetoothserver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/bluetooth/qbluetoothserver.h') diff --git a/src/bluetooth/qbluetoothserver.h b/src/bluetooth/qbluetoothserver.h index f916f9ff..77634649 100644 --- a/src/bluetooth/qbluetoothserver.h +++ b/src/bluetooth/qbluetoothserver.h @@ -1,6 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2013 BlackBerry Limited. All rights reserved. ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtBluetooth module of the Qt Toolkit. @@ -86,6 +87,8 @@ public: void setSecurityFlags(QBluetooth::SecurityFlags security); QBluetooth::SecurityFlags securityFlags() const; + ServerType serverType() const; + Q_SIGNALS: void newConnection(); -- cgit v1.2.3