diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2013-08-30 17:17:33 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-05 12:52:47 +0200 |
commit | 4384387f9ec995fdcc7b2e2f4a2cd7e56142930e (patch) | |
tree | 0f837cf99574b2e585f92a717a69df8bebe10507 /src/bluetooth | |
parent | ecb93e0f63f317039c0bba2c6c754c67b80a9d5e (diff) | |
download | qtconnectivity-4384387f9ec995fdcc7b2e2f4a2cd7e56142930e.tar.gz |
Fix Doc warning in QtBluetooth
Change-Id: I24783920a815ee69eb28f0f37ab4c47af730826c
Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth')
-rw-r--r-- | src/bluetooth/qbluetoothserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothserver.cpp b/src/bluetooth/qbluetoothserver.cpp index 88da60a7..b4215f45 100644 --- a/src/bluetooth/qbluetoothserver.cpp +++ b/src/bluetooth/qbluetoothserver.cpp @@ -135,7 +135,7 @@ QT_BEGIN_NAMESPACE_BLUETOOTH */ /*! - Constructs a bluetooth server with \a parent and a ServerType. + Constructs a bluetooth server with \a parent and \a serverType. */ QBluetoothServer::QBluetoothServer(ServerType serverType, QObject *parent) : QObject(parent), d_ptr(new QBluetoothServerPrivate(serverType)) |