summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothhostinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothhostinfo.cpp')
-rw-r--r--src/bluetooth/qbluetoothhostinfo.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bluetooth/qbluetoothhostinfo.cpp b/src/bluetooth/qbluetoothhostinfo.cpp
index 00ce0680..e20d52ac 100644
--- a/src/bluetooth/qbluetoothhostinfo.cpp
+++ b/src/bluetooth/qbluetoothhostinfo.cpp
@@ -56,16 +56,16 @@ QT_BEGIN_NAMESPACE
/*!
Constrcuts a null QBluetoothHostInfo object.
*/
-QBluetoothHostInfo::QBluetoothHostInfo()
- : d_ptr(new QBluetoothHostInfoPrivate)
+QBluetoothHostInfo::QBluetoothHostInfo() :
+ d_ptr(new QBluetoothHostInfoPrivate)
{
}
/*!
Constrcuts a new QBluetoothHostInfo which is a copy of \a other.
*/
-QBluetoothHostInfo::QBluetoothHostInfo(const QBluetoothHostInfo &other)
- : d_ptr(new QBluetoothHostInfoPrivate)
+QBluetoothHostInfo::QBluetoothHostInfo(const QBluetoothHostInfo &other) :
+ d_ptr(new QBluetoothHostInfoPrivate)
{
Q_D(QBluetoothHostInfo);