Re: [Development] Qt 5.5.0 header diff: QtBluetooth.diff

2015-06-08 Thread Marc Mutz
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 &

Re: [Development] Qt 5.5.0 header diff: QtBluetooth.diff

2015-06-06 Thread Thiago Macieira
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

[Development] Qt 5.5.0 header diff: QtBluetooth.diff

2015-06-05 Thread Frederik Gladhorn
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