Commit 80b6557b authored by Frank Meerkoetter's avatar Frank Meerkoetter Committed by Alex Blasche
Browse files

Spelling fix


Change-Id: I4bcaa2d27d0ac4c9d3ed5fc3800392ba73e77a89
Reviewed-by: default avatarAlex Blasche <alexander.blasche@theqtcompany.com>
parent cd151c72
No related merge requests found
Showing with 2 additions and 2 deletions
...@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE ...@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
*/ */
/*! /*!
Constrcuts a null QBluetoothHostInfo object. Constructs a null QBluetoothHostInfo object.
*/ */
QBluetoothHostInfo::QBluetoothHostInfo() : QBluetoothHostInfo::QBluetoothHostInfo() :
d_ptr(new QBluetoothHostInfoPrivate) d_ptr(new QBluetoothHostInfoPrivate)
...@@ -56,7 +56,7 @@ QBluetoothHostInfo::QBluetoothHostInfo() : ...@@ -56,7 +56,7 @@ QBluetoothHostInfo::QBluetoothHostInfo() :
} }
/*! /*!
Constrcuts a new QBluetoothHostInfo which is a copy of \a other. Constructs a new QBluetoothHostInfo which is a copy of \a other.
*/ */
QBluetoothHostInfo::QBluetoothHostInfo(const QBluetoothHostInfo &other) : QBluetoothHostInfo::QBluetoothHostInfo(const QBluetoothHostInfo &other) :
d_ptr(new QBluetoothHostInfoPrivate) d_ptr(new QBluetoothHostInfoPrivate)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment