diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2014-01-17 19:04:41 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-01-20 09:26:30 +0100 |
commit | b4a5e7d3c3efddff23022acdb42485ad534553eb (patch) | |
tree | 6d72eac87ecc12b9fad6c696735c80264c8b42e9 /src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp | |
parent | a58f38f1c1ec41d5b886cca6486bf738f71253d1 (diff) | |
download | qtconnectivity-b4a5e7d3c3efddff23022acdb42485ad534553eb.tar.gz |
whitespace fixes
remove trailing whitespace, expand tab
Change-Id: I3361c6c431231c7463bb1dc9b53268935b22a72b
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp')
-rw-r--r-- | src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp b/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp index 2c667607..72a3e853 100644 --- a/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp +++ b/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp @@ -85,7 +85,7 @@ void QBluetoothDeviceDiscoveryAgentPrivate::_q_deviceFound(const QString &addres void QBluetoothDeviceDiscoveryAgentPrivate::_q_propertyChanged(const QString &name, const QDBusVariant &value) -{ +{ Q_UNUSED(name); Q_UNUSED(value); } |