summaryrefslogtreecommitdiffstats
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
commit278d2e31cf0d5516600e69b4f0f63b003fe2e616 (patch)
tree3e2ea59cceb3dcbfc31ae635dd4d59182abca49a
parent830da52890c1a8c96298701cdd2002e3c4bd7a18 (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>
-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 f0081201..c581820c 100644
--- a/src/bluetooth/qbluetoothuuid.h
+++ b/src/bluetooth/qbluetoothuuid.h
@@ -375,9 +375,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