0

QNetworkAccessManager is removed in QT6. Has anybody an idea on how to get available SSIDs with QT6 / without QNetworkAccessManager / QNetworkconfiguration?

eyllanesc
  • 235,170
  • 19
  • 170
  • 241
Flow
  • 65
  • 7

2 Answers2

0

@Flow Are you sure? I've just checked 6.1 and 6.2 (Dev), but QNetworkAccessManager is still part of Qt. See: https://doc.qt.io/qt-6/qnetworkaccessmanager.html
Could you maybe have omitted QNetwork via flags for the build (if self-built)?

Marcel Petrick
  • 454
  • 3
  • 15
0

you are right. I had an typo: QNetworkConfigurationManager and QNetworkConfiguration is depreated in QT6.

Best regards, Florian

Flow
  • 65
  • 7