summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice.h')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice.h b/src/bluetooth/qbluetoothlocaldevice.h
index d013cc8b..e7f18108 100644
--- a/src/bluetooth/qbluetoothlocaldevice.h
+++ b/src/bluetooth/qbluetoothlocaldevice.h
@@ -58,11 +58,11 @@ class QBluetoothLocalDevicePrivate;
class Q_BLUETOOTH_EXPORT QBluetoothHostInfo
{
public:
- QBluetoothHostInfo() { };
+ QBluetoothHostInfo() { }
QBluetoothHostInfo(const QBluetoothHostInfo &other) {
m_address = other.m_address;
m_name = other.m_name;
- };
+ }
QBluetoothAddress getAddress() const { return m_address; }
void setAddress(const QBluetoothAddress &address) { m_address = address; }