Re: [Interest] HowTo get rid of QNetworkConfigurationManager-is-deprecated-warnings

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

Re: [Interest] HowTo get rid of QNetworkConfigurationManager-is-deprecated-warnings

2021-06-16 Thread ekke
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

Re: [Interest] HowTo get rid of QNetworkConfigurationManager-is-deprecated-warnings

2021-06-16 Thread 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 in 5.15. For those classes, the proper cour

[Interest] HowTo get rid of QNetworkConfigurationManager-is-deprecated-warnings

2021-06-16 Thread ekke
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