summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-08-11 15:07:19 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-08-12 12:55:04 +0000
commitdd29b3b99428ab1ba98ee5b30495464e073a6b13 (patch)
treec17c014320c41be0adbb85c1e7e771eddcdb0c9d /src
parent9ae9cb7157dc6e176416b9b4d69b0a890760c65d (diff)
QBluetoothUuid: remove unused equals() method declaration
This was never used, nor even defined, ever since the declaration was added in 9c59558afc71f36a82a1cab9ca0841119892e26a, so it doesn't need QT_REMOVED_SINCE(). It just was whitespace. Change-Id: I6a56cbe346455818c13cefb66c65887edbfcb0e9 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit 85e4b9f7c66bf653ec295a52305b5f1224eda3c6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/qbluetoothuuid.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothuuid.h b/src/bluetooth/qbluetoothuuid.h
index 30641d35..f03dd63f 100644
--- a/src/bluetooth/qbluetoothuuid.h
+++ b/src/bluetooth/qbluetoothuuid.h
@@ -391,9 +391,6 @@ public:
static QString protocolToString(ProtocolUuid uuid);
static QString characteristicToString(CharacteristicType uuid);
static QString descriptorToString(DescriptorType uuid);
-
-private:
- static bool equals(const QBluetoothUuid &a, const QBluetoothUuid &b);
};
#ifndef QT_NO_DATASTREAM