summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bluetooth/qbluetoothaddress.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothaddress.h b/src/bluetooth/qbluetoothaddress.h
index 5b14f224..054c5c31 100644
--- a/src/bluetooth/qbluetoothaddress.h
+++ b/src/bluetooth/qbluetoothaddress.h
@@ -27,6 +27,8 @@ public:
QT_BLUETOOTH_INLINE_SINCE(6, 6)
QBluetoothAddress &operator=(const QBluetoothAddress &other) noexcept;
+ QBluetoothAddress(QBluetoothAddress &&) noexcept = default;
+ QBluetoothAddress &operator=(QBluetoothAddress &&) noexcept = default;
QT_BLUETOOTH_INLINE_SINCE(6, 6)
bool isNull() const noexcept;