summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserver.h
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-09-18 11:28:53 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-19 15:27:20 +0200
commit25222f75d0ff5da0b39c77250510bc0aab0daf73 (patch)
tree63580c8afd76791f6ec6f3617e883a90e5b6b36d /src/bluetooth/qbluetoothserver.h
parente071e7157797caf99a8cac990fc4066fcb6589ca (diff)
QNX: Take socketType and serverType into account
Also add a serverType member function in QBluetoothServer Change-Id: I107f73b3943dc84f5c4d2afcb00e303567a67b5d Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothserver.h')
-rw-r--r--src/bluetooth/qbluetoothserver.h3
1 files changed, 3 insertions, 0 deletions
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();