On Wednesday, 16 June 2021 13:39:37 PDT ekke wrote:
> I really need the classes for my Qt 5.15 mobile apps. It works well on
> Android and for iOS I'm using Apple's Reachability classes. On Qt6 it
> will be easier, because I can use QNetworkInformation for Android and iOS.
Ok, I see.
Well, the on
Am 16.06.21 um 21:30 schrieb Thiago Macieira:
On Wednesday, 16 June 2021 10:09:05 PDT ekke wrote:
Of course I would like to get all other deprecation warnings to fix
them, but for QNCM and network accessibility there is no way to fix them
because the new QNetworkInformation class doesn’t exist i
On Wednesday, 16 June 2021 10:09:05 PDT ekke wrote:
> Of course I would like to get all other deprecation warnings to fix
> them, but for QNCM and network accessibility there is no way to fix them
> because the new QNetworkInformation class doesn’t exist in 5.15.
For those classes, the proper cour
In most of my apps I’m using QNCM and also checking
networkAccessibility.Both isn’t available in Qt 6, so I’m getting
is-deprecated-warnings.
From QTBUG-58946 I know that there will be a new class
QNetworkInformation in Qt 6, giving me the needed informations, so
finally all is good and even