how to use( include) QObjectPrivate,QUrlnfo?
Unsolved
General and Desktop
-
https://forum.qt.io/topic/19412/inheriting-from-qobjectprivate
I don't think QUrlnfo exists anymore.
Personally, I'd suggest you just use libcurl as it's the most common network library out there, maybe with a C++ wrapper. If you want you can even build a Qt-style wrapper on top of libcurl to simulate what QFtp did