summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothuuid.h
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-08-11 15:07:19 +0200
committerMarc Mutz <marc.mutz@qt.io>2023-08-12 14:08:51 +0200
commit85e4b9f7c66bf653ec295a52305b5f1224eda3c6 (patch)
tree7da7705e017d0c1325bcd1ae5cc68c2623d401a8 /src/bluetooth/qbluetoothuuid.h
parent5fcb55cf2bd45408162d20fe5be407ce6494ba5f (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. Pick-to: 6.6 6.5 6.2 Change-Id: I6a56cbe346455818c13cefb66c65887edbfcb0e9 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/bluetooth/qbluetoothuuid.h')
-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