QtConcurrent::run() expects a function, not a class. Furthermore doing networking in a thread isn't such a good idea. The network classes of Qt are already threaded.
QtConcurrent::run() expects a function, not a class. Furthermore doing networking in a thread isn't such a good idea. The network classes of Qt are already threaded.
Bookmarks