Re: [Development] QLowEnergyController and obsolete ctor

2017-09-05 Thread Martin Koller
Hi Alex, On Dienstag, 29. August 2017 13:18:02 CEST Alex Blasche wrote: > Hi Martin, > > > -Original Message- > > From: Development [mailto:development- > > bounces+alexander.blasche=qt...@qt-project.org] On Behalf Of Martin Koller > > > In Qt 5.9 I find that the following ctor is

Re: [Development] QLowEnergyController and obsolete ctor

2017-08-29 Thread Christian Kandeler
On Tue, 29 Aug 2017 11:18:02 + Alex Blasche wrote: > Hi Martin, > > > -Original Message- > > From: Development [mailto:development- > > bounces+alexander.blasche=qt...@qt-project.org] On Behalf Of Martin Koller > > > In Qt 5.9 I find that the following

Re: [Development] QLowEnergyController and obsolete ctor

2017-08-29 Thread Alex Blasche
Hi Martin, > -Original Message- > From: Development [mailto:development- > bounces+alexander.blasche=qt...@qt-project.org] On Behalf Of Martin Koller > In Qt 5.9 I find that the following ctor is marked as obsolete: > > explicit QLowEnergyController(const QBluetoothAddress , >

[Development] QLowEnergyController and obsolete ctor

2017-08-22 Thread Martin Koller
In Qt 5.9 I find that the following ctor is marked as obsolete: explicit QLowEnergyController(const QBluetoothAddress , const QBluetoothAddress , QObject *parent = Q_NULLPTR); // TODO Qt 6 remove ctor but there is no other