diff options
author | Toby Tomkins <toby.tomkins@nokia.com> | 2012-07-30 15:24:30 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-01 05:14:05 +0200 |
commit | 86484ab3e2f31fc653c23b499a9d21ad9f72cea5 (patch) | |
tree | 2d60b496b4d008978de346c0c7879c1e2a81e4e3 /src/bluetooth/qbluetoothsocket_p.cpp | |
parent | 0fe5da934167585ad7ae0865afac361abf98b885 (diff) | |
download | qtconnectivity-86484ab3e2f31fc653c23b499a9d21ad9f72cea5.tar.gz |
Remove unused parameter warning from build.
Change-Id: Ic841719633dbc5ec3409e60d81c77310a7c06c38
Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothsocket_p.cpp')
-rw-r--r-- | src/bluetooth/qbluetoothsocket_p.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothsocket_p.cpp b/src/bluetooth/qbluetoothsocket_p.cpp index a90288d5..e16821f5 100644 --- a/src/bluetooth/qbluetoothsocket_p.cpp +++ b/src/bluetooth/qbluetoothsocket_p.cpp @@ -54,6 +54,7 @@ QBluetoothSocketPrivate::~QBluetoothSocketPrivate() bool QBluetoothSocketPrivate::ensureNativeSocket(QBluetoothSocket::SocketType type) { + Q_UNUSED(type); return false; } |