Merge tag 'v5.15.15-lts' into tqtc/lts-5.15-opensource
Qt 5.15.15-lts release Change-Id: I2e128c1068222753b076731b30b4ef71488b1215
This commit is contained in:
commit
b1f82067f2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ static void registerQBluetoothAddressMetaType()
|
|||
}
|
||||
|
||||
/*!
|
||||
Constructs an null Bluetooth address.
|
||||
Constructs a null Bluetooth address.
|
||||
*/
|
||||
QBluetoothAddress::QBluetoothAddress() :
|
||||
d_ptr(new QBluetoothAddressPrivate)
|
||||
|
|
|
|||
Loading…
Reference in New Issue