So your application attempts to do network access when your program terminates? So you need to do this before you exit your main event loop. You can't expect signals and slots to work without a functioning event loop.
So your application attempts to do network access when your program terminates? So you need to do this before you exit your main event loop. You can't expect signals and slots to work without a functioning event loop.
Bookmarks