summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2020-05-13 10:14:03 +0200
committerAlex Blasche <alexander.blasche@qt.io>2020-05-14 12:53:20 +0000
commita5344c74bdee705750bfa4bfc9d7ca4a6c4de87a (patch)
tree897486893ba9075b71d92d41731f2a6fa81dcb7b
parentd1042553843f9673d0615a0407af8bb40ed510e1 (diff)
downloadqtconnectivity-a5344c74bdee705750bfa4bfc9d7ca4a6c4de87a.tar.gz
Do not auto generate deprecated qbluetoothglobal.h
The official header is qtbluetoothglobal.h. [ChangeLog][QtBluetooth][General] Removed the deprecated qbluetoothglobal.h header. qtbluetoothglobal.h is the official header with the same purpose. Fixes: QTBUG-75339 Change-Id: I071b2c3a7c54ec138ca8687ffe4e91f392f0e195 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--src/bluetooth/ApiChangesQt6.txt5
-rw-r--r--sync.profile3
2 files changed, 5 insertions, 3 deletions
diff --git a/src/bluetooth/ApiChangesQt6.txt b/src/bluetooth/ApiChangesQt6.txt
index 3a205bc5..ddc5634a 100644
--- a/src/bluetooth/ApiChangesQt6.txt
+++ b/src/bluetooth/ApiChangesQt6.txt
@@ -2,6 +2,11 @@ This document lists the API changes done between Qt Bluetooth 5.15 and the first
QtBluetooth release in the Qt 6 series. This file is temporary in nature to keep track of API
changes for further documentation later on.
+General
+-------
+
+ - qbluetoothglobal.h was removed. qtbluetoothglobal. is the official header with the same purpose.
+
QBluetoothDeviceInfo
--------------------
diff --git a/sync.profile b/sync.profile
index 25363c70..17324159 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,9 +5,6 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%deprecatedheaders = (
- "QtBluetooth" => {
- "qbluetoothglobal.h" => "QtBluetooth/qtbluetoothglobal.h"
- },
"QtNfc" => {
"qnfcglobal.h" => "QtNfc/qtnfcglobal.h"
}