diff --git a/.qmake.conf b/.qmake.conf index 22740a86..04bbb94c 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -2,4 +2,4 @@ load(qt_build_config) DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST -MODULE_VERSION = 5.15.14 +MODULE_VERSION = 5.15.15 diff --git a/src/bluetooth/qbluetoothaddress.cpp b/src/bluetooth/qbluetoothaddress.cpp index 4485bc61..5bfb6805 100644 --- a/src/bluetooth/qbluetoothaddress.cpp +++ b/src/bluetooth/qbluetoothaddress.cpp @@ -75,7 +75,7 @@ static void registerQBluetoothAddressMetaType() } /*! - Constructs an null Bluetooth address. + Constructs a null Bluetooth address. */ QBluetoothAddress::QBluetoothAddress() : d_ptr(new QBluetoothAddressPrivate)