summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothhostinfo_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothhostinfo_p.h')
-rw-r--r--src/bluetooth/qbluetoothhostinfo_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothhostinfo_p.h b/src/bluetooth/qbluetoothhostinfo_p.h
index 2ce603c6..a44b29dd 100644
--- a/src/bluetooth/qbluetoothhostinfo_p.h
+++ b/src/bluetooth/qbluetoothhostinfo_p.h
@@ -49,7 +49,9 @@ QT_BEGIN_NAMESPACE
class QBluetoothHostInfoPrivate
{
public:
- QBluetoothHostInfoPrivate() {}
+ QBluetoothHostInfoPrivate()
+ {
+ }
QBluetoothAddress m_address;
QString m_name;