hyperion.ng icon indicating copy to clipboard operation
hyperion.ng copied to clipboard

QNetworkConfigurationManager is deprecated in Qt 5.15

Open m-seker opened this issue 5 years ago • 1 comments

Feature request

What problem does this feature solve?

QNetworkConfigurationManager is deprecated since Qt 5.15 and will be removed in Qt 6. https://github.com/qt/qtbase/blob/dddd0c3ad80b08e4e7775095e51995f360b5e336/dist/changes-5.15.0#L47

SSDPHandler uses QNetworkConfigurationManager to listen for IP changes. We need an alternative.

What does the proposed API look like?

You can see some relevant discussion here as an example : https://github.com/qbittorrent/qBittorrent/issues/12970

How should this be implemented in your opinion?

We will probably need to go non cross platform way.

Are you willing to work on this yourself?

Maybe :)

m-seker avatar Jul 08 '20 11:07 m-seker

Or we can just wait those guys to implement and copy/paste :D (qbittorrent/qBittorrent#12970)

m-seker avatar Jul 09 '20 17:07 m-seker