27 explicit GetAddrInfo(
const QString &hostName, QObject *parent =
nullptr);
37 void slotOwnAddressResolved();
46 std::unique_ptr<addrinfo> m_addressHints;
48 addrinfo *m_ownAddress;
49 std::unique_ptr<QFutureWatcher<int>> m_watcher;
50 std::unique_ptr<QFutureWatcher<int>> m_ownAddressWatcher;