On Friday 05 June 2015 10:11:25 Frederik Gladhorn wrote:
> +bool operator==(const QBluetoothHostInfo &other) const;
> +bool operator!=(const QBluetoothHostInfo &other) const;
> +
should be non-member (friends, if needed)
--
Marc Mutz | Senior Software Engineer
KDAB (Deutschland) GmbH &
On Friday 05 June 2015 10:11:25 Frederik Gladhorn wrote:
>
Looks good.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
___
Development mailing list
Development@qt-project.org
http://lists.q
diff --git a/src/bluetooth/qbluetooth.h b/src/bluetooth/qbluetooth.h
index ebe546f..f448af0 100644
--- a/src/bluetooth/qbluetooth.h
+++ b/src/bluetooth/qbluetooth.h
@@ -58,6 +58,7 @@ public:
InputOutputError,
PoweredOffError,
InvalidBluetoothAdapterError,
+Unsuppo