summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-11-23 11:07:35 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2024-01-12 08:11:05 +0100
commit663b9f3ea7365505cc223285624edc34eaa33982 (patch)
treeacd005daaf147a084bde8793c91b04e66c1436bc
parentaca4a5649b5459f2f507de73bee351d171744d3f (diff)
Remove the use of Q_BLUETOOTH_PRIVATE_EXPORT
Task-number: QTBUG-117983 Change-Id: Id155b4277dd7a40d5d0c9ecf96288de91871d37b Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
-rw-r--r--src/bluetooth/bluez/bluez5_helper_p.h2
-rw-r--r--src/bluetooth/qtbluetoothglobal_p.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/bluez/bluez5_helper_p.h b/src/bluetooth/bluez/bluez5_helper_p.h
index 7601c9c5..f16566d4 100644
--- a/src/bluetooth/bluez/bluez5_helper_p.h
+++ b/src/bluetooth/bluez/bluez5_helper_p.h
@@ -37,7 +37,7 @@ void initializeBluez5();
bool isBluez5();
// exported for unit test purposes
-Q_BLUETOOTH_PRIVATE_EXPORT QVersionNumber bluetoothdVersion();
+Q_BLUETOOTH_EXPORT QVersionNumber bluetoothdVersion();
QString sanitizeNameForDBus(const QString& text);
diff --git a/src/bluetooth/qtbluetoothglobal_p.h b/src/bluetooth/qtbluetoothglobal_p.h
index c2e400fa..7dcbdfab 100644
--- a/src/bluetooth/qtbluetoothglobal_p.h
+++ b/src/bluetooth/qtbluetoothglobal_p.h
@@ -19,6 +19,6 @@
#include <QtBluetooth/qtbluetoothglobal.h>
#include <QtBluetooth/private/qtbluetooth-config_p.h>
-#include <QtBluetooth/private/qtbluetoothexports_p.h>
+#include <QtBluetooth/qtbluetoothexports.h>
#endif // QTBLUETOOTHGLOBAL_P_H